Bump rules_python from 1.9.0 to 2.0.1#64
Conversation
Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.9.0 to 2.0.1. - [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.1) --- updated-dependencies: - dependency-name: rules_python dependency-version: 2.0.1 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: 0c85e19870
ℹ️ 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.1") |
There was a problem hiding this comment.
Update the git override with the version bump
This bump changes the requested module version to 2.0.1, but the adjacent git_override still pins rules_python to commit bac549496f67b9f0109d914319c09acf653ccdea, which the existing comment says is meant to stay pinned to the release source commit alongside the module version. In builds using Bzlmod overrides, Bazel will fetch the overridden Git source rather than the registry artifact, so this dependency remains on the old rules_python source while appearing to be upgraded.
Useful? React with 👍 / 👎.
|
Superseded by #66. |
Bumps rules_python from 1.9.0 to 2.0.1.
Release notes
Sourced from rules_python's releases.
... (truncated)
Changelog
Sourced from rules_python's changelog.
... (truncated)
Commits
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)8cc468bsphinxdocs: remove local rules_python dev overrides (#3705)3949ccachore: have no-matching-distribution error message hint about target_platform...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)