Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Updates the requirements on grpc and google-protobuf to permit the latest version.
Updates grpc from 1.64.3 to 1.72.0

Release notes

Sourced from grpc's releases.

Release v1.72.0

This is release gRPC Core 1.72.0 (gusto).

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

This release contains refinements, improvements, and bug fixes.

Release v1.72.0-pre1

This is a prerelease of gRPC Core 1.72.0 (gusto).

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

This prerelease contains refinements, improvements, and bug fixes.

Release v1.71.1

This is release gRPC Core 1.71.1 (gears).

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

  • [RLS] fix use-after-free from accessing config after LB policy shutdown (grpc/grpc#39303)
  • [EventEngine] Fix busy loop in thread pool when shutting down (grpc/grpc#39258)

Release v1.71.0

This is release gRPC Core 1.71.0 (gears).

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

This release contains refinements, improvements, and bug fixes.

Core

  • [CallAttemptTracer] Fix call attempt tracer lifetimes for retries (#38729). (#38796)
  • [pick_first] fix bug that caused us to stop triggering connection attempts. (#38714)
  • [CodeGen][CPP] Added support for service "deprecated" option. (#38493)
  • [EventEngine] Add SetDefaultEventEngine API (and friends). (#38316)

C++

  • [build] Restrict grpc++_public_hdrs target to internal visibility. (#38646)
  • [Doc] Added C++17 cmake option. (#38432)

Python

  • [CI] Drop Python 3.8. (#38747)
  • [Python] Support musl-linux binary wheels on arm64. (#38223)

... (truncated)

Commits
  • 6c47208 [RLS] fix use-after-free from accessing config after LB policy shutdown (v1.7...
  • 8439236 [Backport][1.72.x][EventEngine] Fix busy loop in thread pool when shutting do...
  • 3246e7b [Release] Bump version to 1.72.0 (on v1.72.x branch) (#39270)
  • 8403853 [Release] Bump version to 1.72.0-pre1 (on v1.72.x branch) (#39162)
  • 4eacaf7 [PH2][Transport][Error] Http2 Error codes - Part 1 (#39120)
  • f04f51a [Release] Bump core version to 47.0.0 for upcoming release (#39140)
  • 2b14959 Fix python call tracer implementation (#39141)
  • 3690c7b Split connection and per-call metric tracking
  • 0bf60a4 [metrics] pass StatsPluginGroup down via channel args (#39130)
  • 2fdccf0 [PH2][Frame][Refactor]
  • Additional commits viewable in compare view

Updates google-protobuf from 3.25.7 to 4.30.2

Commits
  • 9b9c5f2 Updating version.json and repo version numbers to: 30.2-dev
  • 63fc9d6 Updating version.json and repo version numbers to: 30.1-dev
  • 0913d39 upb: Update _upb_map_next signature to return a boolean and remove the _nextm...
  • bf712cc Run buildifier
  • 74122eb Add to_proto to descriptor classes (#19971)
  • 59bb109 Auto-generate files after cl/722814891
  • 73a3853 Fix the C++ compiler version check (#20195)
  • 4e397c7 Auto-generate files after cl/722725737
  • b4c2467 Auto-generate files after cl/722720783
  • 1abd91c Auto-generate files after cl/721950394
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
grpc [>= 1.65.0.a, < 1.65.1]
grpc [>= 1.65.1.a, < 1.65.2]
grpc [>= 1.65.2.a, < 1.65.3]
grpc [>= 1.67.a, < 1.68]
grpc [>= 1.66.a, < 1.67]
grpc [>= 1.68.a, < 1.69]
grpc [>= 1.69.a, < 1.70]
grpc [>= 1.70.a, < 1.71]
grpc [>= 1.71.a, < 1.72]

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Updates the requirements on [grpc](https://github.com/google/grpc) and [google-protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version.

Updates `grpc` from 1.64.3 to 1.72.0
- [Release notes](https://github.com/google/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.64.3...v1.72.0)

Updates `google-protobuf` from 3.25.7 to 4.30.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.7...v4.30.2)

---
updated-dependencies:
- dependency-name: grpc
  dependency-version: 1.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: google-protobuf
  dependency-version: 4.30.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file major ruby Pull requests that update Ruby code labels May 12, 2025
@chadlwilson
Copy link
Contributor

@dependabot ignore grpc

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2025

OK, I won't notify you about grpc again, unless you unignore it.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2025

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

@dependabot dependabot bot closed this May 12, 2025
@dependabot dependabot bot deleted the dependabot/bundler/ruby-312fa684ff branch May 12, 2025 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file major ruby Pull requests that update Ruby code

Development

Successfully merging this pull request may close these issues.

2 participants