Bump python deps + add setuptools security floor - #339
Merged
Conversation
Fold in dependabot #335 (ruff 0.15.21 → 0.16.0, transformers 5.13.1 → 5.14.1, prometheus-client 0.20 → 0.26.0) and #336 (uv_build 0.11.28 → 0.11.32) in one bundle. Adds `setuptools>=83.0.0` to workspace constraint-dependencies to close PYSEC-2026-3447 (transitive via bentoml, python-doctr, paddlex). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This was referenced Jul 31, 2026
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.
Summary
Bundles the two open python-dep PRs and adds a security floor for a transitive advisory that was causing both to fail CI:
0.15.21 → 0.16.0(from chore(deps-py): bump the python-dependencies group with 3 updates #335)5.13.1 → 5.14.1(from chore(deps-py): bump the python-dependencies group with 3 updates #335)0.20 → 0.26.0(from chore(deps-py): bump the python-dependencies group with 3 updates #335)0.11.28 → 0.11.32in every package's build-system (from chore(deps-py-dev): update uv-build requirement from <0.12,>=0.11.28 to >=0.11.32,<0.12 #336)setuptools>=83.0.0added to workspace `constraint-dependencies` for PYSEC-2026-3447 (transitive via bentoml, python-doctr, paddlex).Closes #335, #336.
Test plan
🤖 Generated with Claude Code