Skip to content

Bump the grpc group across 1 directory with 3 updates#359

Closed
dependabot[bot] wants to merge 1 commit intov0.x.xfrom
dependabot/pip/grpc-771f2d4682
Closed

Bump the grpc group across 1 directory with 3 updates#359
dependabot[bot] wants to merge 1 commit intov0.x.xfrom
dependabot/pip/grpc-771f2d4682

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 1, 2025

Bumps the grpc group with 3 updates in the / directory: protobuf, grpcio and grpcio-tools.

Updates protobuf from 6.33.5 to 7.34.1

Release notes

Sourced from protobuf's releases.

Protocol Buffers v34.0-rc1

Announcements

Bazel

Compiler

C++

... (truncated)

Commits

Updates grpcio from 1.72.1 to 1.80.0

Release notes

Sourced from grpcio's releases.

Release v1.80.0

This is release 1.80.0 (glimmering) 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

  • [ssl] Implement TLS private key signer in Python. (#41701)
  • [TLS Credentials]: Private Key Offload Implementation. (#41606)
  • Fix max sockaddr struct size on OpenBSD. (#40454)
  • [core] Enable EventEngine for Python by default, and EventEngine fork support in Python and Ruby. (#41432)
  • [TLS Credentials]: Create InMemoryCertificateProvider to update certificates independently. (#41484)
  • [Ruby] Build/test ruby 4.0 and build native gems with Ruby 4.0 support. (#41324)
  • [EventEngine] Remove an incorrect std::move in DNSServiceResolver constructor. (#41502)
  • [RR and WRR] enable change to connect from a random index. (#41472)
  • [xds] Implement gRFC A101. (#41051)

C++

  • [C++] Add SNI override option to C++ channel credentials options API. (#41460)

C#

  • [C# tools] Option to append Async to server side method names #39010. (#39797)

Objective-C

  • [Fix][Compiler] Plugins fall back to the edition 2023 for older protobuf. (#41357)

PHP

  • [PHP] Disable php infinite recursion check for callback from Core to PHP. (#41835)
  • [PHP] Fix runtime error with PHp8.5 alpha because zend_exception_get_defaul…. (#40337)

Python

  • [Python] Fix GRPC_TRACE not working when absl log initialized in cython. (#41814)
  • Revert "[Python] Align GRPC_ENABLE_FORK_SUPPORT env defaults in core and python (#41455)". (#41769)
  • [Python] Fix AsyncIO Server maximum_concurrent_rpcs enforcement preventing negative active_rpcs count. (#41532)
  • [Python] Docs: correct grpc.Compression references. (#41705)
  • [Python] [Typeguard] Part 4 - Add Typeguard to AIO stack in tests . (#40226)

... (truncated)

Commits
  • f5e2d6e [Release] Bump version to 1.80.0 (on v1.80.x branch) (#41857)
  • 938cfec [subchannel connection scaling] fix when we reset backoff (#41935)
  • 91778be [Backport][v1.80.x][Python] New _create method for aio.Metadata (#41888)
  • f10b9f2 [bzlmod] upgrade rules_swift to avoid BCR CI breakage on Windows with bazel 7...
  • be4c1c5 [subchannel] fix crash in connection scaling code (#41853)
  • a71df73 [Release] Bump version to 1.80.0-pre1 (on v1.80.x branch) (#41844)
  • 3ca09e4 [Python] Fix GRPC_TRACE and add test to check the GRPC_TRACE logs print (#41814)
  • 260c6fd [PHP] Disable php infinite recursion check for callback from Core to PHP (#41...
  • 50957c5 [Flakiness] Delete flaky iomgr fd_conservation_posix_test and create an Event...
  • e1e1d0a [Bzlmod] Turn off bzlmod for PSM python tests. (#41810)
  • Additional commits viewable in compare view

Updates grpcio-tools from 1.72.1 to 1.80.0

Release notes

Sourced from grpcio-tools's releases.

Release v1.80.0

This is release 1.80.0 (glimmering) 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

  • [ssl] Implement TLS private key signer in Python. (#41701)
  • [TLS Credentials]: Private Key Offload Implementation. (#41606)
  • Fix max sockaddr struct size on OpenBSD. (#40454)
  • [core] Enable EventEngine for Python by default, and EventEngine fork support in Python and Ruby. (#41432)
  • [TLS Credentials]: Create InMemoryCertificateProvider to update certificates independently. (#41484)
  • [Ruby] Build/test ruby 4.0 and build native gems with Ruby 4.0 support. (#41324)
  • [EventEngine] Remove an incorrect std::move in DNSServiceResolver constructor. (#41502)
  • [RR and WRR] enable change to connect from a random index. (#41472)
  • [xds] Implement gRFC A101. (#41051)

C++

  • [C++] Add SNI override option to C++ channel credentials options API. (#41460)

C#

  • [C# tools] Option to append Async to server side method names #39010. (#39797)

Objective-C

  • [Fix][Compiler] Plugins fall back to the edition 2023 for older protobuf. (#41357)

PHP

  • [PHP] Disable php infinite recursion check for callback from Core to PHP. (#41835)
  • [PHP] Fix runtime error with PHp8.5 alpha because zend_exception_get_defaul…. (#40337)

Python

  • [Python] Fix GRPC_TRACE not working when absl log initialized in cython. (#41814)
  • Revert "[Python] Align GRPC_ENABLE_FORK_SUPPORT env defaults in core and python (#41455)". (#41769)
  • [Python] Fix AsyncIO Server maximum_concurrent_rpcs enforcement preventing negative active_rpcs count. (#41532)
  • [Python] Docs: correct grpc.Compression references. (#41705)
  • [Python] [Typeguard] Part 4 - Add Typeguard to AIO stack in tests . (#40226)

... (truncated)

Commits
  • f5e2d6e [Release] Bump version to 1.80.0 (on v1.80.x branch) (#41857)
  • a71df73 [Release] Bump version to 1.80.0-pre1 (on v1.80.x branch) (#41844)
  • 1299baa [Python] Add language features to exported proto files (#41501)
  • 522dbbb [Release] Bump version to 1.79.0-dev (on master branch) (#41291)
  • 0a6901d [python xDS protos] move to a shallower directory (#41261)
  • 5db6322 [Python] Disable layering check in grpc_tools:protoc_lib (#41142)
  • 756389e Adding layering_check and parse_headers in each bazel distrib python build file
  • 5dfeafa Fix tools typos (#38030)
  • 17d19bd [Python] Exclude test files in grpcio_tools wheels (#40999)
  • d8698ff [Python] Migrate to pyproject.toml build system (#40833)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
grpcio [>= 1.73.dev0, < 1.74]
grpcio-tools [>= 1.73.dev0, < 1.74]

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Oct 1, 2025
@dependabot dependabot Bot requested review from a team as code owners October 1, 2025 05:03
@dependabot dependabot Bot added the part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) label Oct 1, 2025
@dependabot dependabot Bot added the type:tech-debt Improves the project without visible changes for users label Oct 1, 2025
Copy link
Copy Markdown

@florian-wagner-frequenz florian-wagner-frequenz left a comment

Choose a reason for hiding this comment

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

LGTM

@tiyash-basu-frequenz tiyash-basu-frequenz added this pull request to the merge queue Oct 1, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Oct 1, 2025
Copy link
Copy Markdown
Contributor

@tiyash-basu-frequenz tiyash-basu-frequenz left a comment

Choose a reason for hiding this comment

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

@dependabot dependabot Bot force-pushed the dependabot/pip/grpc-771f2d4682 branch from f64ed52 to 448f713 Compare October 1, 2025 10:04
@tiyash-basu-frequenz tiyash-basu-frequenz added the status:blocked Other issues must be resolved before this can be worked on label Oct 2, 2025
@llucax
Copy link
Copy Markdown
Contributor

llucax commented Oct 11, 2025

Yeah, upgrading grpc/protobuf always need manual intervention because dependabot doesn't bump the runtime deps

@llucax
Copy link
Copy Markdown
Contributor

llucax commented Oct 11, 2025

We should create a workflow that automatically bump the runtime deps too, but we are not there yet

@dependabot dependabot Bot force-pushed the dependabot/pip/grpc-771f2d4682 branch 2 times, most recently from ed48fa7 to 8c680da Compare October 13, 2025 13:51
@dependabot dependabot Bot force-pushed the dependabot/pip/grpc-771f2d4682 branch from 8c680da to 4feb559 Compare November 1, 2025 05:02
@dependabot dependabot Bot force-pushed the dependabot/pip/grpc-771f2d4682 branch from 4feb559 to 94a78a4 Compare December 1, 2025 05:27
@dependabot dependabot Bot force-pushed the dependabot/pip/grpc-771f2d4682 branch from 94a78a4 to 2ef3372 Compare March 27, 2026 10:12
@llucax
Copy link
Copy Markdown
Contributor

llucax commented Mar 27, 2026

@dependabot ignore protobuf minor version

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 27, 2026

OK, I won't notify you about version 6.32.x of protobuf again, unless you unignore it.

@llucax
Copy link
Copy Markdown
Contributor

llucax commented Mar 27, 2026

@dependabot ignore grpc minor version

@llucax
Copy link
Copy Markdown
Contributor

llucax commented Mar 27, 2026

@dependabot ignore grpc-tools minor version

@dependabot dependabot Bot force-pushed the dependabot/pip/grpc-771f2d4682 branch from 2ef3372 to 0fc3c35 Compare March 27, 2026 10:16
@llucax
Copy link
Copy Markdown
Contributor

llucax commented Mar 27, 2026

@dependabot ignore grpcio minor version

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 27, 2026

OK, I won't notify you about version 1.75.x of grpcio again, unless you unignore it.

@llucax
Copy link
Copy Markdown
Contributor

llucax commented Mar 27, 2026

@dependabot ignore grpcio-tools minor version

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 27, 2026

OK, I won't notify you about version 1.75.x of grpcio-tools again, unless you unignore it.

@llucax llucax closed this Mar 27, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 27, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/pip/grpc-771f2d4682 branch March 27, 2026 10:17
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 27, 2026

Oh no! Something went wrong on our end. Please try again later.

If the problem persists, please contact GitHub support for assistance 🙇

@llucax llucax restored the dependabot/pip/grpc-771f2d4682 branch April 28, 2026 10:10
@llucax llucax reopened this Apr 28, 2026
@llucax
Copy link
Copy Markdown
Contributor

llucax commented Apr 28, 2026

@dependabot show frequenz-repo-config ignore conditions

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

No ignore conditions found for the dependency frequenz-repo-config

@llucax
Copy link
Copy Markdown
Contributor

llucax commented Apr 28, 2026

@dependabot show frequenz-repo-config[api] ignore conditions

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

No ignore conditions found for the dependency frequenz-repo-config[api]

@llucax
Copy link
Copy Markdown
Contributor

llucax commented Apr 28, 2026

@dependabot unignore frequenz-repo-config

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

No dependency name (frequenz-repo-config) or ignore conditions found to unignore.

@llucax
Copy link
Copy Markdown
Contributor

llucax commented Apr 28, 2026

@dependabot unignore frequenz-repo-config[api]

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

No dependency name (frequenz-repo-config[api]) or ignore conditions found to unignore.

Bumps the grpc group with 3 updates in the / directory: [protobuf](https://github.com/protocolbuffers/protobuf), [grpcio](https://github.com/grpc/grpc) and [grpcio-tools](https://github.com/grpc/grpc).


Updates `protobuf` from 6.33.5 to 7.34.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `grpcio` from 1.72.1 to 1.80.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Commits](grpc/grpc@v1.72.1...v1.80.0)

Updates `grpcio-tools` from 1.72.1 to 1.80.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Commits](grpc/grpc@v1.72.1...v1.80.0)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-version: 1.75.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: grpcio-tools
  dependency-version: 1.75.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: protobuf
  dependency-version: 6.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the grpc group with 3 updates Bump the grpc group across 1 directory with 3 updates Apr 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/grpc-771f2d4682 branch from 0fc3c35 to 7ec4da4 Compare April 28, 2026 10:26
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

The group that created this PR has been removed from your configuration.

@dependabot dependabot Bot closed this Apr 28, 2026
@dependabot dependabot Bot deleted the dependabot/pip/grpc-771f2d4682 branch April 28, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) status:blocked Other issues must be resolved before this can be worked on type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants