Skip to content

Bump rules_python from 1.8.4 to 1.9.0-rc1 in /src#547

Merged
jmr merged 1 commit intomasterfrom
dependabot/bazel/src/master/rules_python-1.9.0-rc1
Feb 25, 2026
Merged

Bump rules_python from 1.8.4 to 1.9.0-rc1 in /src#547
jmr merged 1 commit intomasterfrom
dependabot/bazel/src/master/rules_python-1.9.0-rc1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps rules_python from 1.8.4 to 1.9.0-rc1.

Release notes

Sourced from rules_python's releases.

1.9.0-rc1

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 = "1.9.0-rc1")
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 = "f4e65a01b6eca51f107d285c8d60869f42cbf4eac32711530399c704e9ba417a",
strip_prefix = "rules_python-1.9.0-rc1",
url = "https://github.com/bazel-contrib/rules_python/releases/download/1.9.0-rc1/rules_python-1.9.0-rc1.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).

{#v1-9-0}

... (truncated)

Commits
  • bac5494 feat(pypi): make whl_library reproducible under pipstar (#3589) (#3632)
  • 9a93adc chore: repleace version marker in features.bzl
  • 0fafcd8 docs(gazelle): Add versionadded details to some Gazelle directives.md (#3624)
  • 8a9cd71 chore: prepare 1.9.0 release (#3623)
  • c805941 feat: command_line_option transition support, default windows to enable_runfi...
  • 589c7ee build(deps): bump the pip group across 2 directories with 2 updates (#3617)
  • b6f1b78 chore: better bootstrap logging (#3608)
  • c9da781 fix: use runfiles_root_path in stage2 bootstrap (#3605)
  • 16430a8 chore: ignore rmtree errors in wheel_installer_test (#3607)
  • 1cfed94 test: add system_python_nodeps_test (#3609)
  • 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.8.4 to 1.9.0-rc1.
- [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.8.4...1.9.0-rc1)

---
updated-dependencies:
- dependency-name: rules_python
  dependency-version: 1.9.0-rc1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Feb 24, 2026
@jmr jmr merged commit 4f23fd5 into master Feb 25, 2026
17 checks passed
@dependabot dependabot bot deleted the dependabot/bazel/src/master/rules_python-1.9.0-rc1 branch February 25, 2026 10:10
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