Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

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.7

Release notes

Sourced from aspect_rules_py's releases.

v1.11.7

Add to your MODULE.bazel file:

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

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.5...v1.11.7

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",
)

... (truncated)

Commits
  • 9633720 chore: account for changes in GHA release_ruleset, download-artifact changes ...
  • 9ee2bba fix: evaluate extra == markers per-extra with OR semantics (#1099)
  • 04df712 feat: support packages in git monorepo subdirectories for sdist builds (#1105)
  • 8531d50 fix: skip pycache dirs when merging namespace packages (#1101)
  • 0232e69 fix: absolutize CC/CXX paths before chdir into extracted sdist source tree (#...
  • 61468cf fix: skip pycache dirs in walk_skip_venvs to prevent namespace package co...
  • 6787427 fix: handle variable tokens immediately followed by brackets in tokeizer (#1100)
  • 04f27b7 feat: add support for additional deps in py_console_script_binary (#1081)
  • 7821613 ci: adopt Aspect CLI / GHA Workflows setup for 1.x (#1084)
  • e7bd6f8 docs: add note about default venv and python_version to README (#992)
  • 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.3

Release notes

Sourced from buildifier_prebuilt's releases.

8.5.1.3

What's Changed

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

MODULE.bazel Snippet

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

WORKSPACE Snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "buildifier_prebuilt",
sha256 = "f635ebab2b5eaa5dd4fdc16f77565aea920e8231e37aef9441fd346254c16f46",
strip_prefix = "buildifier-prebuilt-8.5.1.3",
urls = [
"https://github.com/keith/buildifier-prebuilt/releases/download/8.5.1.3/buildifier-prebuilt.8.5.1.3.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()

8.5.1.2

What's Changed

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

... (truncated)

Commits
  • 9431e57 Make binary rules run from workspace (#162)
  • b8be797 Fix buildifier warnings (#161)
  • 1a47cff Make CI job cancel on PR pushes (#160)
  • cf1a71f Fix buildifier_test not exiting with a failure code (#159)
  • e56114a Fix --noenable_runfiles on non Windows (#158)
  • 2858f93 Fix windows without runfiles (#156)
  • 1c3faa9 Remove CI exception fixed in 9.x (#157)
  • 49086dd Remove examples/ and tests/ from archive (#155)
  • 3ee6419 Bump bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml from 1.4.1 t...
  • 2f22154 Bump actions/checkout from 6 to 7 (#153)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jul 7, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Jul 7, 2026
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

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

@dependabot dependabot Bot changed the title chore: bump the all-in-one group with 3 updates chore: bump the all-in-one group across 1 directory with 3 updates Jul 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bazel/all-in-one-8ead878a52 branch 5 times, most recently from 851cc51 to e2fac9d Compare July 15, 2026 13:24
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.7
- [Release notes](https://github.com/aspect-build/rules_py/releases)
- [Commits](aspect-build/rules_py@v1.6.6...v1.11.7)

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.3
- [Release notes](https://github.com/keith/buildifier-prebuilt/releases)
- [Commits](keith/buildifier-prebuilt@8.2.0.2...8.5.1.3)

---
updated-dependencies:
- dependency-name: aspect_rules_py
  dependency-version: 1.11.7
  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-8ead878a52 branch from e2fac9d to 5601ad3 Compare July 16, 2026 13:24
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
Status: No status

Development

Successfully merging this pull request may close these issues.

0 participants