Skip to content

Update all dependencies#107

Merged
jwnimmer-tri merged 1 commit into
masterfrom
renovate/all
Oct 1, 2025
Merged

Update all dependencies#107
jwnimmer-tri merged 1 commit into
masterfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 1, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change
bazel patch 8.4.0 -> 8.4.2
bazel_skylib bazel_dep patch 1.8.1 -> 1.8.2
rules_python bazel_dep patch 1.6.0 -> 1.6.3

Release Notes

bazelbuild/bazel (bazel)

v8.4.2

Compare Source


Release Notes:

v8.4.1

Compare Source


Release Notes:

bazelbuild/bazel-skylib (bazel_skylib)

v1.8.2

Compare Source

New Features

  • Introduce repeatable_string_flag (#​593)

Other Changes

  • Migrate copy_directory away from deprecated host constraint (#​588)

Contributors

  • fmeum@
  • susinmotion@
bazel-contrib/rules_python (rules_python)

v1.6.3

Compare Source

{#v1-6-3-fixed}

Fixed
  • (pypi) We now use the Minimal Version Selection (MVS) algorithm to select
    the right wheel when there are multiple wheels for the target platform
    (e.g. musllinux_1_1_x86_64 and musllinux_1_2_x86_64). If the user
    wants to set the minimum version for the selection algorithm, use the
    {attr}pip.defaults.whl_platform_tags attribute to configure that. If
    musllinux_*_x86_64 is specified, we will choose the lowest available
    wheel version. Fixes #​3250.

{#v1-6-0}

v1.6.1

Compare Source

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.6.1")

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 = "f2e80f97f9c0b82e2489e61e725df1e6bdaf16c4dacf5e26b95668787164baff",
    strip_prefix = "rules_python-1.6.1",
    url = "https://github.com/bazel-contrib/rules_python/releases/download/1.6.1/rules_python-1.6.1.tar.gz",
)

load("@​rules_python//python:repositories.bzl", "py_repositories")

py_repositories()
Gazelle plugin

Paste this snippet into your WORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_python_gazelle_plugin",
    sha256 = "f2e80f97f9c0b82e2489e61e725df1e6bdaf16c4dacf5e26b95668787164baff",
    strip_prefix = "rules_python-1.6.1/gazelle",
    url = "https://github.com/bazel-contrib/rules_python/releases/download/1.6.1/rules_python-1.6.1.tar.gz",
)

### To compile the rules_python gazelle extension from source,
### we must fetch some third-party go dependencies that it uses.

load("@​rules_python_gazelle_plugin//:deps.bzl", _py_gazelle_deps = "gazelle_deps")

_py_gazelle_deps()

Full Changelog: bazel-contrib/rules_python@1.6.0...1.6.1


Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


This change is Reviewable

@jwnimmer-tri jwnimmer-tri self-assigned this Oct 1, 2025
Copy link
Copy Markdown
Contributor

@jwnimmer-tri jwnimmer-tri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@jwnimmer-tri reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! all discussions resolved, platform LGTM from [jwnimmer-tri] (waiting on @renovate[bot])

@jwnimmer-tri jwnimmer-tri merged commit 297a2ee into master Oct 1, 2025
2 checks passed
@renovate renovate Bot deleted the renovate/all branch October 1, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant