Bump pydantic, anyio, pygments, pymdown-extensions, pytest-playwright, actions/cache - #132
Merged
Conversation
Picks up the pydantic 2.13 minor release and an anyio patch. Applied via poetry update rather than cherry-pick, since both dependabot PRs only touched the generated prod_requirements lock export. pydantic-core follows to 2.46.4, the version pydantic 2.13.4 pins.
Clears the long-standing Pygments advisory (Dependabot alert #6), whose upstream fix ships in 2.20.0. The previous <2.20 pin existed because 2.20.0 crashed pymdownx.superfences on filename=None; pymdown-extensions 11.0.1 tolerates the new Pygments API, so both move together and the pin is dropped.
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Batch dependency update 2026-07-12.
The Pygments bump is the notable one: it drops the
<2.20pin inpyproject.tomland clears Dependabot alert #6, whose upstream fix ships in 2.20.0. The pin existed because 2.20.0 crashedpymdownx.superfencesonfilename=None; pymdown-extensions 11.0.1 tolerates the new Pygments API, so the two move together. Docs build verified clean, with syntax highlighting confirmed rendering in both light and dark mode.Included
Note that dependabot's PR #129 targeted pydantic-core 2.47.0, which is unreachable: pydantic 2.13.4 pins pydantic-core to exactly 2.46.4.
Skipped
None.