Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps scrapy from 2.12.0 to 2.14.1.

Release notes

Sourced from scrapy's releases.

2.14.1

  • Deprecate maybeDeferred_coro()
  • Pass the spider arg to custom stat collectors {open,close}_spider()
  • Replace deprecated Codecov CI action

Full Changelog

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

2.13.4

Fix for the CVE-2025-6176 security issue: improved protection against decompression bombs in HttpCompressionMiddleware for responses compressed using the br and deflate methods. Requires brotli >= 1.2.0.

Full changelog

2.13.3

  • Changed the values for DOWNLOAD_DELAY (from 0 to 1) and CONCURRENT_REQUESTS_PER_DOMAIN (from 8 to 1) in the default project template.
  • Fixed several bugs in the engine initialization and exception handling logic.
  • Allowed running tests with Twisted 25.5.0+ again and fixed test failures with lxml 6.0.0.

See the full changelog

2.13.2

  • Fixed a bug introduced in Scrapy 2.13.0 that caused results of request errbacks to be ignored when the errback was called because of a downloader error.
  • Docs and error messages improvements related to the Scrapy 2.13.0 default reactor change.

See the full changelog

2.13.1

  • Give callback requests precedence over start requests when priority values are the same.

See the full changelog

2.13.0

  • The asyncio reactor is now enabled by default
  • Replaced start_requests() (sync) with start() (async) and changed how it is iterated.
  • Added the allow_offsite request meta key
  • Spider middlewares that don't support asynchronous spider output are deprecated
  • Added a base class for universal spider middlewares

See the full changelog

Changelog

Sourced from scrapy's changelog.

Scrapy 2.14.1 (2026-01-12)

Deprecations


-   ``scrapy.utils.defer.maybeDeferred_coro()`` is deprecated. (:issue:`7212`)

Bug fixes


-   Fixed custom stats collectors that require a ``spider`` argument in their
    ``open_spider()`` and ``close_spider()`` methods not receiving the
    argument when called by the engine.
Note, however, that the ``spider`` argument is now deprecated and will stop
being passed in a future version of Scrapy.

(:issue:`7213`)

Quality assurance
</code></pre>
<ul>
<li>Replaced deprecated <code>codecov/test-results-action@v1</code> GitHub Action with
<code>codecov/codecov-action@v5</code>.
(:issue:<code>7180</code>, :issue:<code>7215</code>)</li>
</ul>
<p>.. _release-2.14.0:</p>
<h2>Scrapy 2.14.0 (2026-01-05)</h2>
<p>Highlights:</p>
<ul>
<li>
<p>More coroutine-based replacements for Deferred-based APIs</p>
</li>
<li>
<p>The default priority queue is now <code>DownloaderAwarePriorityQueue</code></p>
</li>
<li>
<p>Dropped support for Python 3.9 and PyPy 3.10</p>
</li>
<li>
<p>Improved and documented the API for custom download handlers</p>
</li>
</ul>
<p>Modified requirements</p>
<pre><code>

  • Dropped support for Python 3.9.
    (:issue:7121)

  • Dropped support for PyPy 3.10.
    (:issue:7050)
    &lt;/tr&gt;&lt;/table&gt;
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>

<ul>
<li><a href="https://github.com/scrapy/scrapy/commit/0b9d8da09dd2cb1b74ddf025107e6f584839fbff&quot;&gt;&lt;code&gt;0b9d8da&lt;/code&gt;&lt;/a> Bump version: 2.14.0 → 2.14.1</li>
<li><a href="https://github.com/scrapy/scrapy/commit/c9fbf6c59941b86ddeaa12ff48e15d75acc95d7f&quot;&gt;&lt;code&gt;c9fbf6c&lt;/code&gt;&lt;/a> Release notes for 2.14.1 (<a href="https://redirect.github.com/scrapy/scrapy/issues/7217&quot;&gt;#7217&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/scrapy/scrapy/commit/e30ba7d4caa5acfdf3f87eceb03da0a514377045&quot;&gt;&lt;code&gt;e30ba7d&lt;/code&gt;&lt;/a> (<a href="https://redirect.github.com/scrapy/scrapy/issues/7180&quot;&gt;#7180&lt;/a>) Update codecov test results action to v5 on all CI workflows. (<a href="https://redirect.github.com/scrapy/scrapy/issues/7215&quot;&gt;#7215&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/scrapy/scrapy/commit/0f07b2e38c0bbbef64d5bb35c6fe6ad504f2162f&quot;&gt;&lt;code&gt;0f07b2e&lt;/code&gt;&lt;/a> Pass the spider arg to custom stat collectors {open,close}_spider(). (<a href="https://redirect.github.com/scrapy/scrapy/issues/7213&quot;&gt;#7213&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/scrapy/scrapy/commit/1af283387fdaee8b9f96f9bde8a00c14a0e88728&quot;&gt;&lt;code&gt;1af2833&lt;/code&gt;&lt;/a> Deprecate maybeDeferred_coro(). (<a href="https://redirect.github.com/scrapy/scrapy/issues/7212&quot;&gt;#7212&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/scrapy/scrapy/commit/3ac1192f35fc32d01c69c929eed85601fb0405e8&quot;&gt;&lt;code&gt;3ac1192&lt;/code&gt;&lt;/a> Bump version: 2.13.4 → 2.14.0</li>
<li><a href="https://github.com/scrapy/scrapy/commit/7bef98b4f14a29f8f760a67c21edf6a6bee4dad0&quot;&gt;&lt;code&gt;7bef98b&lt;/code&gt;&lt;/a> Release notes for 2.14.0 (<a href="https://redirect.github.com/scrapy/scrapy/issues/7035&quot;&gt;#7035&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/scrapy/scrapy/commit/d1bd8eb49f7aba9289e4ff692006cead8bcd9080&quot;&gt;&lt;code&gt;d1bd8eb&lt;/code&gt;&lt;/a> Async API for download handlers. (<a href="https://redirect.github.com/scrapy/scrapy/issues/7164&quot;&gt;#7164&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/scrapy/scrapy/commit/a2463325db2fd128e27da45d6ee36e21126c1bf5&quot;&gt;&lt;code&gt;a246332&lt;/code&gt;&lt;/a> Allow Crawler.crawl_async() without asyncio. (<a href="https://redirect.github.com/scrapy/scrapy/issues/7202&quot;&gt;#7202&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/scrapy/scrapy/commit/9381ad893dfea0e8dac73fc78cb609b6017bde9a&quot;&gt;&lt;code&gt;9381ad8&lt;/code&gt;&lt;/a> Remove outdated version marker directives (&lt; 2.8.0) from documentation (<a href="https://redirect.github.com/scrapy/scrapy/issues/7198&quot;&gt;#7198&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/scrapy/scrapy/compare/2.12.0...2.14.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

---
updated-dependencies:
- dependency-name: scrapy
  dependency-version: 2.14.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 14, 2026
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants