Skip to content

chore: bump the all-in-one group across 1 directory with 3 updates#2815

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/all-in-one-097dd4e6f6
Open

chore: bump the all-in-one group across 1 directory with 3 updates#2815
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/all-in-one-097dd4e6f6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all-in-one group with 3 updates in the / directory: aspect_rules_py, rules_pkg and buildifier_prebuilt.

Updates aspect_rules_py from 1.6.6 to 1.11.5

Release notes

Sourced from aspect_rules_py's releases.

v1.11.5

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.11.5")

And also register a Python toolchain, see rules_python. For example:

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
    python_version = "3.13",
)

What's Changed

Full Changelog: aspect-build/rules_py@v1.11.4...v1.11.5

v1.11.4

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.11.4")

And also register a Python toolchain, see rules_python. For example:

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
    python_version = "3.13",
)

What's Changed

Full Changelog: aspect-build/rules_py@v1.11.3...v1.11.4

v1.11.3

... (truncated)

Commits
  • 0be5db3 test: ensure forward-compatible version of aspect_bazel_lib in e2e tests (#969)
  • 5380809 test: add uv custom toolchain x86_64-apple-darwin hash (#968)
  • ea02ada chore: define linux_gnu platform in e2e instead of via @​aspect_rules_py (#966)
  • 5dda303 chore: upgrade tar.bzl to 0.10.1 (#964)
  • d77fd88 refactor: extract pth file creation and imports depset into reusable pth.bzl ...
  • a0a2055 refactor(uv): remove dead lib_mode/whl_mode machinery (#951)
  • 39216f8 feat: add uv toolchain extension (#943)
  • b95494a test: cherry-pick tests from #944 (#954)
  • 73ff6d1 refactor: cleanup unused bazel/platforms/* logic (#957)
  • 80b04cd chore: upgrade rules_rs to 0.0.64 (#915)
  • Additional commits viewable in compare view

Updates rules_pkg from 1.1.0 to 1.2.0

Commits

Updates buildifier_prebuilt from 8.2.0.2 to 8.5.1.2

Release notes

Sourced from buildifier_prebuilt's releases.

8.5.1.2

What's Changed

Full Changelog: keith/buildifier-prebuilt@8.5.1.1...8.5.1.2

MODULE.bazel Snippet

bazel_dep(name = "buildifier_prebuilt", version = "8.5.1.2", dev_dependency = True)

WORKSPACE Snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "buildifier_prebuilt",
sha256 = "d63c27b08ee68fa36f428fd9923eef0a4ee45048498d6e97e9838da4fb674860",
strip_prefix = "buildifier-prebuilt-8.5.1.2",
urls = [
"https://github.com/keith/buildifier-prebuilt/releases/download/8.5.1.2/buildifier-prebuilt.8.5.1.2.tar.gz",
],
)
load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps")
buildifier_prebuilt_deps()
load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains")
buildifier_prebuilt_register_toolchains()

Release 8.5.1.1

What's Changed

Full Changelog: keith/buildifier-prebuilt@8.5.1...8.5.1.1

Bazel Module Snippet

... (truncated)

Commits

@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Apr 17, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Apr 17, 2026
@github-actions
Copy link
Copy Markdown

⚠️ Docs-as-Code version mismatch detected
Please check the CI build logs for details and align the documentation version with the Bazel dependency.

@github-actions
Copy link
Copy Markdown

The created documentation from the pull request is available at: docu-html

@dependabot dependabot Bot force-pushed the dependabot/bazel/all-in-one-097dd4e6f6 branch 2 times, most recently from aa0c8ca to a279a58 Compare April 22, 2026 13:27
@dependabot dependabot Bot force-pushed the dependabot/bazel/all-in-one-097dd4e6f6 branch 3 times, most recently from ef5736b to 4c0653e Compare May 5, 2026 13:33
@dependabot dependabot Bot force-pushed the dependabot/bazel/all-in-one-097dd4e6f6 branch 3 times, most recently from e597832 to 048535a Compare May 12, 2026 19:26
Bumps the all-in-one group with 3 updates in the / directory: [aspect_rules_py](https://github.com/aspect-build/rules_py), [rules_pkg](https://github.com/bazelbuild/rules_pkg) and [buildifier_prebuilt](https://github.com/keith/buildifier-prebuilt).


Updates `aspect_rules_py` from 1.6.6 to 1.11.5
- [Release notes](https://github.com/aspect-build/rules_py/releases)
- [Commits](aspect-build/rules_py@v1.6.6...v1.11.5)

Updates `rules_pkg` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/bazelbuild/rules_pkg/releases)
- [Changelog](https://github.com/bazelbuild/rules_pkg/blob/main/CHANGELOG.md)
- [Commits](bazelbuild/rules_pkg@1.1.0...1.2.0)

Updates `buildifier_prebuilt` from 8.2.0.2 to 8.5.1.2
- [Release notes](https://github.com/keith/buildifier-prebuilt/releases)
- [Commits](keith/buildifier-prebuilt@8.2.0.2...8.5.1.2)

---
updated-dependencies:
- dependency-name: aspect_rules_py
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-in-one
- dependency-name: buildifier_prebuilt
  dependency-version: 8.5.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-in-one
- dependency-name: rules_pkg
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-in-one
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bazel/all-in-one-097dd4e6f6 branch from 048535a to 851766a Compare May 13, 2026 13:45
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

Status: Backlog

Development

Successfully merging this pull request may close these issues.

0 participants