Skip to content

[deps] Update cssselect requirement from ~=1.4.0 to ~=1.5.0 - #761

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/cssselect-approx-eq-1.5.0
Open

[deps] Update cssselect requirement from ~=1.4.0 to ~=1.5.0#761
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/cssselect-approx-eq-1.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on cssselect to permit the latest version.

Changelog

Sourced from cssselect's changelog.

Version 1.5.0

Released on 2026-07-27.

  • Backward-incompatible change: removed the no longer used closing_combiner and has_inner_condition arguments of XPathExpr.join(). They were added for :has() support which no longer needs them.

  • Fixed and improved support for the following selector features:

    • :has() pseudo-class.

    • :is(), :where() and :matches() pseudo-classes.

    • :scope pseudo-class.

    • :only-child and :only-of-type pseudo-classes.

    • Namespaces (|).

    • An+B arguments of pseudo-classes.

    • Type selectors in predicates.

  • Fixed some issues with the Selector.canonical() method.

  • Improved the Element.__repr__() and Relation.__repr__() methods.

  • Fixed Selector.specificity() calculation for the :is(), :where() and :matches() pseudo-classes.

  • Fixed issues with whitespace and comment handling inside some selectors.

  • Fixed some exception types and messages.

  • Improved the docs about the :has(), :is() and :where() pseudo-classes and the `!=`` attribute operator.

  • Test improvements.

Version 1.4.0

Released on 2026-01-29.

  • Dropped support for Python 3.9 and PyPy 3.10.

  • Added support for Python 3.14 and PyPy 3.11.

... (truncated)

Commits

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)

Updates the requirements on [cssselect](https://github.com/scrapy/cssselect) to permit the latest version.
- [Changelog](https://github.com/scrapy/cssselect/blob/master/CHANGES)
- [Commits](scrapy/cssselect@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: cssselect
  dependency-version: 1.5.0
  dependency-type: direct:production
...

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 Aug 1, 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