Skip to content

Bump soupsieve from 2.8 to 2.8.4#2578

Merged
akenmorris merged 1 commit into
masterfrom
dependabot/pip/soupsieve-2.8.4
Jul 12, 2026
Merged

Bump soupsieve from 2.8 to 2.8.4#2578
akenmorris merged 1 commit into
masterfrom
dependabot/pip/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 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).

2.8.3

  • FIX: Fix inefficient attribute pattern.

2.8.2

  • FIX: Ensure custom selectors or namespace dictionaries reject non-string keys (@​mundanevision20).
  • FIX: Fix handling of :in-range and :out-of-range with end of year weeks (@​mundanevision20).
  • FIX: Fix a potential infinite loop in the pretty printing debug function (@​mundanevision20).

2.8.1

  • FIX: Changes in tests to accommodate latest Python HTML parser changes.
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 to 2.8.4.
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](facelessuser/soupsieve@2.8...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
@akenmorris
akenmorris merged commit a8cca83 into master Jul 12, 2026
5 checks passed
@akenmorris
akenmorris deleted the dependabot/pip/soupsieve-2.8.4 branch July 12, 2026 16:40
akenmorris added a commit that referenced this pull request Jul 13, 2026
* CI: drop python_requirements.txt from dependency cache key

The dependency cache key hashed python_requirements.txt, but that file
only affects the pip/conda environment, not the compiled C++ dependency
tree in $HOME/install produced by build_dependencies.sh (which never
reads it). Dependabot bumps to python_requirements.txt (e.g. #2578,
#2579) therefore rotated the key on nearly every batch of PRs, forcing a
full ~1.5-2h rebuild of VTK/ITK/Qt/OpenVDB and causing each PR to save
its own duplicate copy of the deps cache.

Removing it from the key lets pip version bumps reuse the existing
dependency cache. Deliberately not adding restore-keys: a prefix
fallback would restore a stale $HOME/install that gha_deps.sh would then
treat as valid (it skips its rebuild whenever that directory exists),
linking against dependencies that no longer match build_dependencies.sh.

Refs #2589.

* CI: persist ccache across runs for Linux and macOS builds

Persist ccache using GHA cache

Add actions/cache restore+save around the build step (Linux release/debug,
macOS intel/arm64; Windows stays off). Per-commit key with a restore-keys
prefix fallback (safe for ccache, which re-validates each object). Save uses
if: always() + continue-on-error to survive test failures and re-runs.

Refs #2589.
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.

1 participant