Skip to content

Bump rules_python from 1.9.0 to 2.0.0-rc4#49

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/rules_python-2.0.0-rc3
Closed

Bump rules_python from 1.9.0 to 2.0.0-rc4#49
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/rules_python-2.0.0-rc3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rules_python from 1.9.0 to 2.0.0-rc4.

Release notes

Sourced from rules_python's releases.

2.0.0-rc4

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-rc4")
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 = "e249ed0ec948f3f27bd2a551e1e30493a8720231edcc0152fe24fc948e9fdb03",
strip_prefix = "rules_python-2.0.0-rc4",
url = "https://github.com/bazel-contrib/rules_python/releases/download/2.0.0-rc4/rules_python-2.0.0-rc4.tar.gz",
)
load("@​rules_python//python:repositories.bzl", "py_repositories")
py_repositories()

Gazelle plugin

Paste this snippet into your WORKSPACE file:

... (truncated)

Changelog

Sourced from rules_python's changelog.

:::{default-domain} bzl :::

rules_python Changelog

This is a human-friendly changelog in a keepachangelog.com style format. Because this changelog is for end-user consumption of meaningful changes, only a summary of a release's changes is described. This means every commit is not necessarily mentioned, and internal refactors or code cleanups are omitted unless they're particularly notable.

A brief description of the categories of changes:

  • Changed: Some behavior changed. If the change is expected to break a public API or supported behavior, it will be marked as BREAKING. Note that beta APIs will not have breaking API changes called out.
  • Fixed: A bug, or otherwise incorrect behavior, was fixed.
  • Added: A new feature, API, or behavior was added in a backwards compatible manner.
  • Particular sub-systems are identified using parentheses, e.g. (bzlmod) or (docs).

{#v0-0-0}

... (truncated)

Commits
  • 1390b36 fix(pypi): don't resolve python interpreter when not necessary (#3727)
  • 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)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Apr 22, 2026
@mgottscho

Copy link
Copy Markdown
Contributor

@dependabot rebase

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

---
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 changed the title Bump rules_python from 1.9.0 to 2.0.0-rc3 Bump rules_python from 1.9.0 to 2.0.0-rc4 Apr 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/bazel/rules_python-2.0.0-rc3 branch from 5ad59d9 to 3ea15b4 Compare April 26, 2026 03:35
@dependabot @github

dependabot Bot commented on behalf of github Apr 29, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #53.

@dependabot dependabot Bot closed this Apr 29, 2026
@dependabot dependabot Bot deleted the dependabot/bazel/rules_python-2.0.0-rc3 branch April 29, 2026 11:37
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.

1 participant