Skip to content

chore(deps): bump soupsieve from 2.8.4 to 2.9.2 - #1730

Merged
squid-protocol merged 1 commit into
mainfrom
dependabot/pip/soupsieve-2.9.2
Aug 28, 2026
Merged

chore(deps): bump soupsieve from 2.8.4 to 2.9.2#1730
squid-protocol merged 1 commit into
mainfrom
dependabot/pip/soupsieve-2.9.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps soupsieve from 2.8.4 to 2.9.2.

Release notes

Sourced from soupsieve's releases.

2.9.2

  • FIX: Fix issue where :is() and :where() were not accounting for empty selectors in the max selector count as they should (@​arpitjain099).
  • FIX: Fix issue where :has() was allowing empty selectors in some circumstances even though it is not forgiving.
  • FIX: Reduce selector object size when :is() and :where() contain empty selectors.

2.9.1

  • FIX: Correct [attr^=""], [attr$=""], and [attr*=""] to match nothing when the value is empty, per CSS Selectors Level 4 substring matching, which previously matched any element merely having the attribute (@​chuenchen309).

2.9

  • NEW: Drop Python 3.9 support.
  • NEW: Lazy compile selector patterns to improve initial import speed.
  • FIX: Correct :nth-child/:nth-of-type (and -last- variants) for An+B values whose sequence steps onto index 0 or onto the last child (e.g. :nth-child(2n-2), :nth-child(n-1), :nth-child(n+5)), which previously matched the wrong elements or nothing at all (@​gaoflow).
  • FIX: More efficient CSS ID matching (@​kaimandalic).
  • FIX: Fix inefficient trimming of comments and white space (@​kaimandalic).
Commits
  • 78661a6 Merge commit from fork
  • d61b631 Fix broken links
  • 05e92be Update changelog and bump version
  • 9bd73eb Clean up comments and use a (?!) for unmatchable regex
  • 8c5ceee Match nothing for empty-value substring attribute selectors (#298)
  • 8763f91 Format changelog message
  • cf198fc Fix inefficient trimming of comments and white space
  • ce44e49 Merge commit from fork
  • 751c57b Fix :nth-child/:nth-of-type matching for An+B index boundaries (#297)
  • 08e9ede Drop Python 3.9
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the python Python-specific runtime or environment optimizations label Aug 16, 2026
@dependabot
dependabot Bot requested a review from squid-protocol as a code owner August 16, 2026 00:49
@github-actions

Copy link
Copy Markdown
Contributor

🐦‍⬛ Muninn Security Scan

✅ No security issues found.

🐦‍⬛ Powered by Muninn · Skald Lab

@squid-protocol

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [soupsieve](https://github.com/facelessuser/soupsieve) from 2.8.4 to 2.9.2.
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](facelessuser/soupsieve@2.8.4...2.9.2)

---
updated-dependencies:
- dependency-name: soupsieve
  dependency-version: 2.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/soupsieve-2.9.2 branch from b66602a to 087692c Compare August 28, 2026 12:49
@squid-protocol
squid-protocol merged commit 4e45482 into main Aug 28, 2026
28 checks passed
@squid-protocol
squid-protocol deleted the dependabot/pip/soupsieve-2.9.2 branch August 28, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Python-specific runtime or environment optimizations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant