Skip to content

pip stable: bump parsel from 1.9.1 to 1.11.0#101

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/parsel-1.11.0
Open

pip stable: bump parsel from 1.9.1 to 1.11.0#101
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/parsel-1.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Bumps parsel from 1.9.1 to 1.11.0.

Release notes

Sourced from parsel's releases.

v1.11.0

  • Removed support for Python 3.9 and PyPy 3.10.

  • Added support for Python 3.14 and PyPy 3.11.

  • The following dependencies now have a minimum supported version:

    • lxml >= 5.1.0
    • packaging >= 23.0
    • jmespath >= 1.0.0
  • Removed Selector.remove() and SelectorList.remove(), deprecated in 1.7.0.

  • The Selector() constructor now accepts bytearray values for the body argument in addition to bytes.

  • attrib and remove_namespaces() no longer fail with unhandled exceptions on JSON selectors.

  • Switched the build system to hatchling.

  • CI fixes and improvements.

v1.10.0

  • Removed support for Python 3.8.
  • Added support for Python 3.13.
  • Changed the default encoding name from "utf8" to "utf-8" everywhere. The former name is not supported in certain environments.
  • CI fixes and improvements.
Changelog

Sourced from parsel's changelog.

1.11.0 (2026-01-29)


* Removed support for Python 3.9 and PyPy 3.10.
* Added support for Python 3.14 and PyPy 3.11.
* The following dependencies now have a minimum supported version:
  • lxml >= 5.1.0

  • packaging >= 23.0

  • jmespath >= 1.0.0

  • Removed Selector.remove() and SelectorList.remove(), deprecated in
    1.7.0.

  • The Selector() constructor now accepts bytearray values for the
    body argument in addition to bytes.

  • attrib and remove_namespaces() no longer fail with unhandled
    exceptions on JSON selectors.

  • Switched the build system to hatchling.

  • CI fixes and improvements.

1.10.0 (2024-12-16)

  • Removed support for Python 3.8.
  • Added support for Python 3.13.
  • Changed the default encoding name from "utf8" to "utf-8" everywhere. The former name is not supported in certain environments.
  • CI fixes and improvements.
Commits
  • 05b3d37 Bump version: 1.10.0 → 1.11.0
  • 4f6bb6b Merge pull request #336 from scrapy/relnotes-1.11.0
  • bbcde88 Release notes for 1.11.0.
  • fcd5c34 Bump tools, add actionlint. (#335)
  • 454af9b ci: add pinned minimum dependencies test job (#324) (#334)
  • 612e605 Add tests for extract_regex and shorten edge cases (#332)
  • 0cb0e85 Add unit tests for flatten and iflatten in utils.py (#331)
  • fd183dd Drop Python 3.9 support, add more 3.14 support. (#329)
  • a3d571c Update test expectations for libxml2 2.15.0+. (#328)
  • e27bb44 Add Python 3.14 RC2 to CI, drop PyPy 3.10 (#327)
  • 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 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 [parsel](https://github.com/scrapy/parsel) from 1.9.1 to 1.11.0.
- [Release notes](https://github.com/scrapy/parsel/releases)
- [Changelog](https://github.com/scrapy/parsel/blob/master/NEWS)
- [Commits](scrapy/parsel@v1.9.1...v1.11.0)

---
updated-dependencies:
- dependency-name: parsel
  dependency-version: 1.11.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 Pull requests that update Python code labels Apr 20, 2026
@dependabot
dependabot Bot requested a review from cofiem as a code owner April 20, 2026 22:55
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 20, 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