Bump rules_python from 1.9.0 to 2.0.3#73
Conversation
Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.9.0 to 2.0.3. - [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.3) --- updated-dependencies: - dependency-name: rules_python dependency-version: 2.0.3 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: 0e1e81d9a5
ℹ️ 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.3") |
There was a problem hiding this comment.
Pin the override to the 2.0.3 source
When this module is resolved with Bzlmod, the git_override below still supplies the actual @rules_python source from the unchanged old commit (bac549...), even though this line now advertises version 2.0.3 and the surrounding comment says these direct dependencies must be pinned by both module version and release source commit. As a result CI/builds continue testing the previously pinned rules_python code rather than the 2.0.3 release; update or remove the override alongside the version bump.
Useful? React with 👍 / 👎.
Bumps rules_python from 1.9.0 to 2.0.3.
Release notes
Sourced from rules_python's releases.
... (truncated)
Changelog
Sourced from rules_python's changelog.
... (truncated)
Commits
e7d1378Release 2.0.3: Update changelog366cd40fix(pypi): do not fail on indexes without root index (#3799)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)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)