Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps scrapy from 2.13.4 to 2.14.0.

Release notes

Sourced from scrapy's releases.

2.14.0

  • More coroutine-based replacements for Deferred-based APIs
  • The default priority queue is now DownloaderAwarePriorityQueue
  • Dropped support for Python 3.9 and PyPy 3.10
  • Improved and documented the API for custom download handlers

Full changelog

Changelog

Sourced from scrapy's changelog.

Scrapy 2.14.0 (2026-01-05)

Highlights:

  • More coroutine-based replacements for Deferred-based APIs

  • The default priority queue is now DownloaderAwarePriorityQueue

  • Dropped support for Python 3.9 and PyPy 3.10

  • Improved and documented the API for custom download handlers

Modified requirements


-   Dropped support for Python 3.9.
    (:issue:`7121`)
  • Dropped support for PyPy 3.10.
    (:issue:7050)

  • Increased the minimum versions of the following dependencies:

    • lxml_: 4.6.0 → 4.6.4

    • Pillow_ (optional dependency): 8.0.0 → 8.3.2

    • botocore_ (optional dependency): 1.4.87 → 1.13.45

  • Restored support for brotlicffi dropped in Scrapy 2.13.4. Its minimum
    supported version is now 1.2.0.0.
    (:issue:7160)

Backward-incompatible changes

  • If you set the :setting:TWISTED_REACTOR setting to a :ref:non-asyncio value <disable-asyncio> at the :ref:spider level <spider-settings>, you may now need to set the :setting:FORCE_CRAWLER_PROCESS setting to True when running Scrapy via :ref:its command-line tool <topics-commands-crawlerprocess> to avoid a reactor mismatch exception. (:issue:6845)

  • The log_count/* stats no longer count some of the early messages that they counted before. While the earliest log messages, emitted before the counter is initialized, were never counted, the counter initialization now happens later than in previous Scrapy versions. You may need to adjust expected values if you retrieve and compare values of these stats in your code.

... (truncated)

Commits
  • 3ac1192 Bump version: 2.13.4 → 2.14.0
  • 7bef98b Release notes for 2.14.0 (#7035)
  • d1bd8eb Async API for download handlers. (#7164)
  • a246332 Allow Crawler.crawl_async() without asyncio. (#7202)
  • 9381ad8 Remove outdated version marker directives (< 2.8.0) from documentation (#7198)
  • 180ca39 Deprecate returning Deferreds from pipeline methods (#7179)
  • 5a7e132 Restore and deprecate the spider arg of Downloader._get_slot(). (#7178)
  • c49ae21 Refactor MediaPipeline.process_item() to async def (#7177)
  • 588f3d4 Remove docs mentioning deprecated spider attrs. (#7176)
  • d8583a8 Change default priority queue to DownloaderAwarePriorityQueue (#6940)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.13.4 to 2.14.0.
- [Release notes](https://github.com/scrapy/scrapy/releases)
- [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst)
- [Commits](scrapy/scrapy@2.13.4...2.14.0)

---
updated-dependencies:
- dependency-name: scrapy
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jan 5, 2026
@k-nut k-nut merged commit 82ea46d into main Jan 6, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/uv/scrapy-2.14.0 branch January 6, 2026 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants