Skip to content

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

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

chore: bump the all-in-one group across 1 directory with 3 updates#3021
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 Jun 24, 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.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 Jun 24, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Jun 24, 2026
@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-8ead878a52 branch 4 times, most recently from a4ad447 to 4d2d792 Compare July 2, 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.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.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 4d2d792 to 3fcf59f Compare July 3, 2026 13:24
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 6, 2026
@github-project-automation github-project-automation Bot moved this from Backlog to Done in S-CORE Roadmap Jul 6, 2026
@dependabot dependabot Bot deleted the dependabot/bazel/all-in-one-8ead878a52 branch July 6, 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: Done
Status: Done

Development

Successfully merging this pull request may close these issues.

0 participants