Skip to content

chore(deps): bump soupsieve from 2.8.3 to 2.8.4 in /lockfiles/py39#1334

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/lockfiles/py39/soupsieve-2.8.4
Closed

chore(deps): bump soupsieve from 2.8.3 to 2.8.4 in /lockfiles/py39#1334
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/lockfiles/py39/soupsieve-2.8.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps soupsieve from 2.8.3 to 2.8.4.

Release notes

Sourced from soupsieve's releases.

2.8.4

  • FIX: Fix another inefficient attribute pattern (@​mauriceng98).
  • FIX: Limit total number of selectors processed in a pattern to prevent massive selector requests (@​mauriceng98).
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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

---
updated-dependencies:
- dependency-name: soupsieve
  dependency-version: 2.8.4
  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 Jul 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Auto-closed: lockfiles/py39 is frozen because Python 3.9 is dropped by most upstream packages. Lockfile is maintained manually via pip-compile when an actual fix lands that still supports 3.9.

@github-actions github-actions Bot closed this Jul 10, 2026
@github-actions
github-actions Bot deleted the dependabot/pip/lockfiles/py39/soupsieve-2.8.4 branch July 10, 2026 05:09
@dependabot @github

dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

markuslf added a commit that referenced this pull request Jul 10, 2026
… lockfiles (#1360)

* fix(deps): pin linuxfabrik-lib 6.0.0 in every lockfile

lib 6.0.0 renamed `lib.huawei` to `lib.huawei_dorado`. The plugins
followed that rename in f3ab4b0, but all seven lockfiles still
pinned 5.1.0, which only ships `lib/huawei.py`. A package built from
main would have failed every huawei-dorado-* check with
ModuleNotFoundError at import time. No tagged release is affected;
v6.0.0 predates the rename.

Dependabot proposed the bump for py312, py313 and py313-windows only.
py311 and py314 were missed, py39 and py310 sit outside its
`directory:` allowlist. Bumping all seven at once avoids a state in
which half the target distros ship a broken library.

Also bumps soupsieve 2.8.3 -> 2.8.4 in the py39 lockfile
(GHSA ReDoS and memory exhaustion in the selector parser). soupsieve
2.8.4 still declares Requires-Python >=3.9. Verified with
`pip install --dry-run --require-hashes` under UBI9 (Python 3.9.25).

* ci(dependabot): stop auto-closing bumps against frozen lockfiles

The py39 guard closed every Dependabot PR touching that lockfile,
including security updates that do still support Python 3.9. It
silently discarded the soupsieve 2.8.4 fix in #1334.

Frozen lockfiles are now commented on and left open for a human.
py310 is added to the guard: it is excluded in dependabot.yml too,
but security updates ignore that allowlist, so a bump requiring
Python 3.11 could previously have auto-merged.

* fix(deps): pin setuptools 83.0.0 in the py310 and py312 lockfiles

Dependabot bumped setuptools in py311, py313 and py314 only, leaving
py310 and py312 on 82.0.1. 83.0.0 requires Python >= 3.10, so both
can take it, and it carries the MANIFEST.in unicode-normalization fix
(GHSA-h35f-9h28-mq5c). py39 stays on 82.0.1.

Resolution verified with `pip install --dry-run --require-hashes`
under UBI9/python-312 and Ubuntu 22.04 (Python 3.10.12; no RHEL-family
image ships 3.10).
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