You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.11.1->==2.13.4Release Notes
scrapy/scrapy (Scrapy)
v2.13.4Compare Source
Fix for the CVE-2025-6176 security issue: improved protection against decompression bombs in
HttpCompressionMiddlewarefor responses compressed using thebranddeflatemethods. Requiresbrotli >= 1.2.0.Full changelog
v2.13.3Compare Source
DOWNLOAD_DELAY(from0to1) andCONCURRENT_REQUESTS_PER_DOMAIN(from8to1) in the default project template.See the full changelog
v2.13.2Compare Source
See the full changelog
v2.13.1Compare Source
See the full changelog
v2.13.0Compare Source
start_requests()(sync) withstart()(async) and changed how it is iterated.allow_offsiterequest meta keySee the full changelog
v2.12.0Compare Source
start_requestscan now yield itemsscrapy.http.JsonResponseCLOSESPIDER_PAGECOUNT_NO_ITEMsettingSee the full changelog.
v2.11.2Compare Source
Mostly bug fixes, including security bug fixes.
See the full changelog.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.