Bump rules_python from 1.9.0 to 2.0.2#66
Conversation
Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.9.0 to 2.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: rules_python dependency-version: 2.0.2 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: 64e74c067c
ℹ️ 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.0.2") |
There was a problem hiding this comment.
Update the matching git_override commit
Because this root module also has a git_override for rules_python at lines 18-21, Bazel resolves @rules_python from that pinned Git commit rather than from the registry version alone. The pinned commit (bac549496f67b9f0109d914319c09acf653ccdea) is the 1.9.0 release commit, so this change leaves builds using the old rules_python sources while advertising 2.0.2; update or remove the override so the dependency bump actually takes effect.
Useful? React with 👍 / 👎.
|
Superseded by #73. |
Bumps rules_python from 1.9.0 to 2.0.2.
Release notes
Sourced from rules_python's releases.
... (truncated)
Changelog
Sourced from rules_python's changelog.
... (truncated)
Commits
6aad882ci: update RBE toolchain version from ubuntu2204 to ubuntu2404 (#3778)06bc9f7feat(toolchains): Add 3.10.20, 3.11.15, 3.12.13, 3.13.{12,13} 3.14.{3,4}, 3.1...e29c577test: finish fixing the mocks in the pypi_cacheed05762fix(test): update the lock-file to corresspond to the current deps2852efdfix(logger): do not output WARN level logs for non-root modules (#3760)d876cfefix(pypi): pass the correct versions to get_index_urls and fix cache invalida...1390b36fix(pypi): don't resolve python interpreter when not necessary (#3727)91b3224fix(pypi): build the environment on the fly (#3720)577bb1ffix(pypi): correctly write the used facts back (#3719)8c726cbfix(pypi): skip index lookups when all package overrides are specified (#3710)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)