build(deps-dev): Bump types-setuptools from 82.0.0.20260210 to 82.0.0.20260518 in /framework#7350
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1c693c8452
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "types-protobuf==5.29.1.20250403", | ||
| "types-requests==2.33.0.20260518", | ||
| "types-setuptools==82.0.0.20260210", | ||
| "types-setuptools==82.0.0.20260518", |
There was a problem hiding this comment.
Update uv.lock with the dependency bump
This changes the dev dependency constraint, but framework/uv.lock is unchanged and still pins types-setuptools==82.0.0.20260210 in both the dependency metadata and package entry (framework/uv.lock:1113, framework/uv.lock:4313). The framework instructions state CI installs with uv sync --locked, and uv lock --help confirms --check checks whether the lockfile is up to date, so this PR will either fail the locked/freshness check or keep installing the old stub package instead of the bumped version.
Useful? React with 👍 / 👎.
Bumps [types-setuptools](https://github.com/python/typeshed) from 82.0.0.20260210 to 82.0.0.20260518. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 82.0.0.20260518 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1c693c8 to
77a3f58
Compare
Bumps types-setuptools from 82.0.0.20260210 to 82.0.0.20260518.
Commits