Bump rules_python from 1.9.0 to 2.2.0 - #84
Conversation
Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.9.0 to 2.2.0. - [Release notes](https://github.com/bazel-contrib/rules_python/releases) - [Changelog](https://github.com/bazel-contrib/rules_python/blob/main/CHANGELOG.md) - [Commits](bazel-contrib/rules_python@1.9.0...2.2.0) --- updated-dependencies: - dependency-name: rules_python dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4d306d16fe
ℹ️ 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".
| ) | ||
|
|
||
| bazel_dep(name = "rules_python", version = "1.9.0") | ||
| bazel_dep(name = "rules_python", version = "2.2.0") |
There was a problem hiding this comment.
Update the git override with the version bump
This line advertises rules_python 2.2.0, but the git_override for rules_python immediately below still pins commit bac549496f67b9f0109d914319c09acf653ccdea, which is the 1.9.0 release source. Because Bzlmod applies that override as the repository source, normal bazel build //... and downstream consumers continue loading the old code while Dependabot/readers believe 2.2.0 is being tested, so the upgrade is effectively not applied unless the override is updated or removed in the same change.
Useful? React with 👍 / 👎.
Bumps rules_python from 1.9.0 to 2.2.0.
Release notes
Sourced from rules_python's releases.
... (truncated)
Changelog
Sourced from rules_python's changelog.
... (truncated)
Commits
be0ae53fix: run executable zip action with execution Python to better support window...df4acbdfix: use locale-neutral Windows ACL for build data (#3887)721ca37chore: replace version_next marker in download.mdefa67e9feat(pypi): add pip.dep to declare abstract pypi dependencies (#3850)b1fb23bfix: avoid stage1 bootstrap stdlib shadowing (#3854)f7751e4chore(release) backport check_version_markers fix from #3880ee0acbdPrepare release v2.2.0 (#3874)9af23e5chore(release): use force push and clean up git helpers in prep tool (#3873)8a825aachore(release): reuse existing PRs and avoid early exit in prep tool (#3870)9734b11chore(release): add dry-run to release tool prepare command (#3869)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)