Skip to content

Bump the all-in-one group across 1 directory with 8 updates#55

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

Bump the all-in-one group across 1 directory with 8 updates#55
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/all-in-one-c622e9e57e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-in-one group with 8 updates in the / directory:

Package From To
rules_python 2.0.1 2.1.0-rc0
platforms 1.0.0 1.1.0
rules_cc 0.2.16 0.2.19
rules_rust 0.68.2-score 0.70.0
grpc 1.76.0.bcr.1 1.81.1
protobuf 35.0 35.1
flatbuffers 25.2.10 25.12.19
buildifier_prebuilt 8.2.0.2 8.5.1.2

Updates rules_python from 2.0.1 to 2.1.0-rc0

Release notes

Sourced from rules_python's releases.

2.1.0-rc0

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 = "2.1.0-rc0")
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 = "8c8c28f9fc1cc8fd2a24df47deb9da8dc0d5567fa5ab48085515fa92c8cb56d0",
strip_prefix = "rules_python-2.1.0-rc0",
url = "https://github.com/bazel-contrib/rules_python/releases/download/2.1.0-rc0/rules_python-2.1.0-rc0.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).

{#v2-1-0}

... (truncated)

Commits
  • 5c32fa9 chore: prepare 2.1 release (#3829)
  • 102b501 feat: expose interpreter files-to-run on PyRuntimeInfo (#3795)
  • 6ce7840 fix(coverage): handle nested coverage collection (#3823)
  • 44ec76f docs: update changelog for 2.0.3 release (#3820)
  • 99d0c3d refactor(toolchains): register runtimes using manifest (#3812)
  • 7053e26 Gazelle: Delete stale py_library and py_test targets (#3817)
  • 42c8e75 feat(toolchains): support runtime registration from manifest (#3802)
  • c0fef46 fix(uv): respect uv.tool settings in pyproject.toml (#3811)
  • 8b38325 build: configure secondary mirror fallback (#3814)
  • dcb7dfa feat: add //command_line_option:extra_toolchains pseudo-flag (#3810)
  • Additional commits viewable in compare view

Updates platforms from 1.0.0 to 1.1.0

Release notes

Sourced from platforms's releases.

1.1.0

What's Changed

New Contributors

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/1.1.0/platforms-1.1.0.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/1.1.0/platforms-1.1.0.tar.gz",
    ],
    sha256 = "dbad4a23abcca6171e47b79edc53bd6a41067a3b75f9e8b104656b459ff25046",
)

Full Changelog: bazelbuild/platforms@1.0.0...1.1.0

Commits

Updates rules_cc from 0.2.16 to 0.2.19

Release notes

Sourced from rules_cc's releases.

0.2.19

Using bzlmod with Bazel 6 or later:

  1. [Bazel 6] Add common --enable_bzlmod to .bazelrc.

  2. Add to your MODULE.bazel file:

bazel_dep(name = "rules_cc", version = "0.2.19")

Using WORKSPACE:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "351248f6be41d18694d4d7c390aaebd9f865eea72a4758b2c9d782ae744c97f4",
strip_prefix = "rules_cc-0.2.19",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.19/rules_cc-0.2.19.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()

I curated the release notes for the latest release if someone can copy-paste them in to https://github.com/bazelbuild/rules_cc/releases/tag/0.2.19

What's Changed

New features

  • Add action types for llvm-profdata and gcov by @​keith in de6e35ef9b51629edb14c6dd5b32802520f979bc
  • Add local_defines to objc_library by @​keith in 2310907573a3417594938f70b9c6b642b8eb3907
  • Migrate objc.builtin_objc_strip_action to a build setting. by @​a-googler in 804007dc387ccee143d37fa8c3506f980735f214
  • Add feature to _virtual_includes when paths are only stripped by @​keith in 63790f3addfd26e0cbd04994fa2a03ca17d8b538
  • Add local_includes to cc_library / cc_binary by @​keith in ab84bd3287a17631bd6c534d85c517e58d84cb3b

Other notable changes

  • Remove archive from objc_library runfiles. by @​lilygorsheneva in d305b348ed81f86f305c064f5f756614124ef6ae
  • Fix data on objc_library by @​keith in c0baec3c157c59f885a3be228380b3474733c670
  • Fix data on cc_import by @​keith in 6495bc379677d92ed9653d9f6f064746c32459ea
  • Fallback to get_tool_for_action with empty tool_paths by @​keith in 3486c5959ba8036a5e57770e81454db441e48003
  • Disable empty archive output. by @​lilygorsheneva in 4733851b291a4bce47ac14104a170be9cc83544f
  • Mark file paths in format for path mapping by @​fmeum in abf355c5c0e316219c8effebf7c9a4de7d3072eb

... (truncated)

Commits
  • 72430b9 Add Copybara transformation for rules_shell.
  • 448331a Add docs:update target
  • 70158a9 Allow cc compilation actions to accept a user-defined comment.
  • 577b55d Support dynamic execution requirements with cc_tool
  • e84b9a8 Migrate testDuplicateLinkopts from Java to Starlark.
  • ccd5bda Migrate CcBinaryConfiguredTargetTest.testUnsupportedSrcFile from Java to Star...
  • 692a24a Add a feature for the default C standard on Windows
  • 1ab461d Remove an infeasible TODO comment.
  • 3aad82a Add .xll as a recognized C++ shared-library extension
  • 9c98c34 Add more missing variables for objc_executable action
  • Additional commits viewable in compare view

Updates rules_rust from 0.68.2-score to 0.70.0

Release notes

Sourced from rules_rust's releases.

0.70.0

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

Bzlmod

bazel_dep(name = "rules_rust", version = "0.70.0")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-X/2f8fby8U8gV7fLqpGl5qzZpMve1ayB2tm+s2hZYB4=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.70.0/rules_rust-0.70.0.tar.gz"],
)

Extensions

Bindgen

Bzlmod

bazel_dep(name = "rules_rust_bindgen", version = "0.70.0")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust_bindgen",
    integrity = "sha256-X/2f8fby8U8gV7fLqpGl5qzZpMve1ayB2tm+s2hZYB4=",
    strip_prefix = "extensions/bindgen",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.70.0/rules_rust-0.70.0.tar.gz"],
)

MdBook

... (truncated)

Commits

Updates grpc from 1.76.0.bcr.1 to 1.81.1

Release notes

Sourced from grpc's releases.

Release v1.81.1

This is release 1.81.0 (graphic) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [EventEngine] Fix a potential use-after-free error on Windows. (#42078)
  • [ssl] Server side handshaker factory stores a map of key signers. (#42002)
  • [Core] Fix completion queue shutdown race on weak memory models (ARM). (#41510)
  • [EventEngine] Fix a Windows race that causes an assertion error. (#41563)
  • [grpc_error] enable error_flatten experiment in OSS. (#41471)

Objective-C

  • [ObjC] Add receiveNextMessage to GRPCUnaryProtoCall. (#42260)

Python

  • [Python] Add typing_extensions dep to aio Bazel target. (#42001)
  • [Python] [Pyright] Part 1 - Pyright for src/python/grpcio/grpc/aio/_base_server.py. (#42240)
  • [Python] Drop 3.9. (#42145)
  • [Python] grpc-status: Relax protobuf dependency upper bound to allow 7.x. (#41948)
  • [Python] [Typeguard] Part 5 - Add Typeguard SYNC Stack in tests. (#40278)
  • [Python] Remove GIL from ReceiveMessageOperation.un_c method. (#41812)
  • [Python] Support observability in AsyncIO stack. (#41573)
  • [Python] Trim Python2 backward compatiblity syntax - removed (object) inheritance. (#41708)

Ruby

  • [Ruby] Drop support for EOL Ruby 3.1 and clean up. (#41435)
  • [Ruby] Composed CallCredentials keep a reference to their source. (#41782)

Release v1.81.0

This is release 1.81.0 (graphic) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

... (truncated)

Commits

Updates protobuf from 35.0 to 35.1

Release notes

Sourced from protobuf's releases.

Protocol Buffers v35.1

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

Bazel

C++

UPB (Python/PHP/Ruby C-Extension)

  • Avoid UB in upb by switching to the XCT section, which will run our constructors before the compiler-generated initializers. (protocolbuffers/protobuf@c35b977)
Commits
  • 35cd01f Updating version.json and repo version numbers to: 35.1
  • 1a9b3ca Merge pull request #27920 from protocolbuffers/cord-setters-35
  • 6efa174 Add cord setters to repeated string fields.
  • 0074a3e Merge pull request #27916 from protocolbuffers/cherry-pick-starlark-flags
  • 1f99c52 Break protobuf dependency on Bazel's proto fragment. Only respect the Starlar...
  • 9570bfb Avoid UB in upb by switching to the XCT section, which will run our c… (#27609)
  • e305237 Regenerate stale files
  • c35b977 Avoid UB in upb by switching to the XCT section, which will run our construct...
  • 4469e38 bazel 9 tests for csharp, hpb, objc, php, python, rust and upb (#27598)
  • c1cce2f Merge pull request #27486 from protocolbuffers/35.x-202605192213
  • Additional commits viewable in compare view

Updates flatbuffers from 25.2.10 to 25.12.19

Release notes

Sourced from flatbuffers's releases.

v25.12.19

What's Changed

... (truncated)

Changelog

Sourced from flatbuffers's changelog.

[25.12.19] (December 19 2025)(https://github.com/google/flatbuffers/releases/tag/v25.12.19)

  • [C++] Default emptry vector support (#8870)
  • [C++] Add --gen-absl-hash option (#8868)
  • [Kotlin] Upgrade to MacOS 15 (#8845)
  • [C++] Fix vector of table with naked ptrs (#8830)
  • [Python] Optimize Offset/Pad/Prep (#8808)
  • Implement --file-names-only (#8788)
  • [C++] Fix size verifer (#8740)

[25.9.23] (September 23 2025)(https://github.com/google/flatbuffers/releases/tag/v25.9.23)

  • flatc: --grpc-callback-api flag generates C++ gRPC Callback API server CallbackService skeletons AND client native callback/async stubs (unary + all streaming reactor forms) (opt-in, non-breaking, issue #8596).
  • Swift - Adds new API to reduce memory copying within swift (#8484)
  • Rust - Support Rust edition 2024 (#8638)
  • [C++] - Use the Google Style for clang-format without exceptions (#8706)
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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-in-one group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rules_python](https://github.com/bazel-contrib/rules_python) | `2.0.1` | `2.1.0-rc0` |
| [platforms](https://github.com/bazelbuild/platforms) | `1.0.0` | `1.1.0` |
| [rules_cc](https://github.com/bazelbuild/rules_cc) | `0.2.16` | `0.2.19` |
| [rules_rust](https://github.com/bazelbuild/rules_rust) | `0.68.2-score` | `0.70.0` |
| [grpc](https://github.com/grpc/grpc) | `1.76.0.bcr.1` | `1.81.1` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `35.0` | `35.1` |
| [flatbuffers](https://github.com/google/flatbuffers) | `25.2.10` | `25.12.19` |
| [buildifier_prebuilt](https://github.com/keith/buildifier-prebuilt) | `8.2.0.2` | `8.5.1.2` |



Updates `rules_python` from 2.0.1 to 2.1.0-rc0
- [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@2.0.1...2.1.0-rc0)

Updates `platforms` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/bazelbuild/platforms/releases)
- [Commits](bazelbuild/platforms@1.0.0...1.1.0)

Updates `rules_cc` from 0.2.16 to 0.2.19
- [Release notes](https://github.com/bazelbuild/rules_cc/releases)
- [Commits](bazelbuild/rules_cc@0.2.16...0.2.19)

Updates `rules_rust` from 0.68.2-score to 0.70.0
- [Release notes](https://github.com/bazelbuild/rules_rust/releases)
- [Commits](https://github.com/bazelbuild/rules_rust/commits/0.70.0)

Updates `grpc` from 1.76.0.bcr.1 to 1.81.1
- [Release notes](https://github.com/grpc/grpc/releases)
- [Commits](https://github.com/grpc/grpc/commits/v1.81.1)

Updates `protobuf` from 35.0 to 35.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](protocolbuffers/protobuf@v35.0...v35.1)

Updates `flatbuffers` from 25.2.10 to 25.12.19
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md)
- [Commits](google/flatbuffers@v25.2.10...v25.12.19)

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: rules_python
  dependency-version: 2.1.0-rc0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-in-one
- dependency-name: platforms
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-in-one
- dependency-name: rules_cc
  dependency-version: 0.2.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-in-one
- dependency-name: rules_rust
  dependency-version: 0.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-in-one
- dependency-name: grpc
  dependency-version: 1.81.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-in-one
- dependency-name: protobuf
  dependency-version: '35.1'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-in-one
- dependency-name: flatbuffers
  dependency-version: 25.12.19
  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
...

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 Jun 18, 2026
@github-actions

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: 4fac9d4e-e24e-4d6d-9632-c978f668c433
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
DEBUG: Rule 'abseil-cpp+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-m3oGQwXp/ZTRJP+mzDWFkutCtdpYj7TgfQklSqQAhts="
DEBUG: Repository abseil-cpp+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
DEBUG: Rule 'protobuf+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-w6Cp7OiTLjHDtzbi2xixxC5wcM2biBOIsm0BqnHiTKI="
DEBUG: Repository protobuf+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
DEBUG: Rule 'grpc+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-CvN7gAlTEwtHwHW1ZoPuYL3D7aPDf8YAQZP1tWl1ggQ="
DEBUG: Repository grpc+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'score_bazel_platforms', the root module requires module version score_bazel_platforms@0.1.1, but got score_bazel_platforms@0.1.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 1 packages loaded
Loading: 1 packages loaded
    currently loading: 
Loading: 1 packages loaded
    currently loading: 
WARNING: Target pattern parsing failed.
ERROR: Skipping '//:license-check': no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/inc_security_crypto/inc_security_crypto/BUILD
ERROR: no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/inc_security_crypto/inc_security_crypto/BUILD
INFO: Elapsed time: 18.967s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

@github-actions

Copy link
Copy Markdown

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

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.

0 participants