Skip to content

build(deps): bump rules_python from 1.9.0-rc1 to 2.0.0-rc3 in /src#571

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bazel/src/master/rules_python-2.0.0-rc3
Open

build(deps): bump rules_python from 1.9.0-rc1 to 2.0.0-rc3 in /src#571
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bazel/src/master/rules_python-2.0.0-rc3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Bumps rules_python from 1.9.0-rc1 to 2.0.0-rc3.

Release notes

Sourced from rules_python's releases.

2.0.0-rc3

For more detailed setup instructions, see https://rules-python.readthedocs.io/en/latest/getting-started.html

For the user-facing changelog see here

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "rules_python", version = "2.0.0-rc3")
python = use_extension("@​rules_python//python/extensions:python.bzl", "python")
python.toolchain(
python_version = "3.13",
)
pip = use_extension("@​rules_python//python/extensions:pip.bzl", "pip")
pip.parse(
hub_name = "pypi",
python_version = "3.13",
requirements_lock = "//:requirements_lock.txt",
)
use_repo(pip, "pypi")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_python",
sha256 = "29c9420b5f8fa4e51fd475517186c07a5b0c2269163ce6537e63e5344faca01a",
strip_prefix = "rules_python-2.0.0-rc3",
url = "https://github.com/bazel-contrib/rules_python/releases/download/2.0.0-rc3/rules_python-2.0.0-rc3.tar.gz",
)
load("@​rules_python//python:repositories.bzl", "py_repositories")
py_repositories()

Gazelle plugin

Paste this snippet into your WORKSPACE file:

... (truncated)

Commits
  • 91b3224 fix(pypi): build the environment on the fly (#3720)
  • 577bb1f fix(pypi): correctly write the used facts back (#3719)
  • 8c726cb fix(pypi): skip index lookups when all package overrides are specified (#3710)
  • 8cc468b sphinxdocs: remove local rules_python dev overrides (#3705)
  • 3949cca chore: have no-matching-distribution error message hint about target_platform...
  • 7171c57 fix(sphinxdocs): update MODULE.bazel to depend on a released version (#3704)
  • 7852f8e chore: populate 2.0 for VERSION_NEXT_FEATURE for py_wheel add_path_prefix (#3...
  • ad74ef7 feat!(pypi): enable bazel downloader by default (#3691)
  • c99d2b4 sphinxdoc: move tests and docs to module-root directory (#3690)
  • 8c6f9d8 chore: update changelog, version markers, for 2.0 release (#3689)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.9.0-rc1 to 2.0.0-rc3.
- [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-rc1...2.0.0-rc3)

---
updated-dependencies:
- dependency-name: rules_python
  dependency-version: 2.0.0-rc3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants