Skip to content

Bump scrapy from 2.14.2 to 2.15.0#271

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/scrapy-2.15.0
Open

Bump scrapy from 2.14.2 to 2.15.0#271
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/scrapy-2.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps scrapy from 2.14.2 to 2.15.0.

Release notes

Sourced from scrapy's releases.

2.15.0

  • Experimental support for running without a Twisted reactor
  • Experimental httpx-based download handler

Full Changelog

Changelog

Sourced from scrapy's changelog.

Scrapy 2.15.0 (2026-04-09)

Highlights:

  • Experimental support for running without a Twisted reactor

  • Experimental httpx-based download handler

Backward-incompatible changes


-   The built-in HTTP :ref:`download handlers <download-handlers-ref>` now
    raise Scrapy-specific exceptions instead of implementation-specific ones,
    see :ref:`download-handlers-exceptions`. This can affect user code that
    handles downloader exceptions, such as ``process_exception()`` methods of
    custom :ref:`downloader middlewares <topics-downloader-middleware-custom>`.
    (:issue:`7208`)
  • In order to fix a long-standing bug with handling of asynchronous storages,
    the following changes were made to media pipeline classes, which can impact
    some of the user code that subclasses them or calls their methods directly:

    • overrides of :meth:scrapy.pipelines.media.MediaPipeline.media_downloaded
      and :meth:~scrapy.pipelines.files.FilesPipeline.file_downloaded can now
      return coroutines

    • :meth:~scrapy.pipelines.files.FilesPipeline.media_downloaded,
      :meth:~scrapy.pipelines.files.FilesPipeline.file_downloaded and
      :meth:~scrapy.pipelines.images.ImagesPipeline.image_downloaded now
      return coroutines

    (:issue:2183, :issue:6369, :issue:7182)

  • Request and Response objects: __slots__ and setter changes:

    • :class:scrapy.http.Request and :class:scrapy.http.Response now
      define __slots__. Assigning arbitrary attributes to instances (for
      example, response.foo = 1) will raise AttributeError. Store
      per-request/response data in the request/response meta mapping
      instead of attaching new attributes to the objects.

    • If you maintain custom Request or Response subclasses that
      relied on dynamic instance attributes, either add '__dict__' to
      your subclass __slots__ to allow dynamic attributes, or migrate
      per-instance state to meta or explicit documented attributes.

    • The setters for headers, flags and cookies no longer coerce
      falsy values into None. For example, request.headers = {} now
      stores an empty :class:scrapy.http.headers.Headers instance (not
      </tr></table>

... (truncated)

Commits

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 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.14.2 to 2.15.0.
- [Release notes](https://github.com/scrapy/scrapy/releases)
- [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst)
- [Commits](scrapy/scrapy@2.14.2...2.15.0)

---
updated-dependencies:
- dependency-name: scrapy
  dependency-version: 2.15.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 Apr 13, 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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants