Bump August dependency releases - #3148
Merged
Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a466343. Configure here.
| "deptry==0.25.1", | ||
| "doc8==2.0.0", | ||
| "doccmd==2026.7.19", | ||
| "doccmd==2026.8.16", |
There was a problem hiding this comment.
Nonexistent dependency versions pinned
High Severity
doccmd, pytest-beartype-tests, and vws-test-fixtures are pinned to 2026.8.16, but those releases are not on PyPI. The latest published versions remain the previous pins, so installing or locking dev extras fails and breaks the toolchain this PR aims to refresh.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit a466343. Configure here.
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.


Updates the newly released internal dependencies to their latest August 2026 versions.\n\nThis keeps the development and test toolchain on the released implementations and refreshes the uv lockfile.\n\nValidation:
uv lockcompleted successfully.Note
Low Risk
Dependency-only bumps in the dev extra with no changes to production dependencies or application logic.
Overview
Bumps three optional
devdependencies inpyproject.tomlto their 2026.8.16 (or matching August) releases:doccmd,pytest-beartype-tests, andvws-test-fixtures.There is no runtime or library code change—only pinned versions for the doc-example tooling and test helpers that CI/pre-commit already rely on. The lockfile is expected to be refreshed with
uv lock.Reviewed by Cursor Bugbot for commit a466343. Bugbot is set up for automated code reviews on this repo. Configure here.