Skip to content

build: bump the grpc-deps group across 1 directory with 3 updates#1487

Merged
pyansys-ci-bot merged 6 commits into
mainfrom
dependabot/pip/grpc-deps-0f5bae5676
Oct 17, 2024
Merged

build: bump the grpc-deps group across 1 directory with 3 updates#1487
pyansys-ci-bot merged 6 commits into
mainfrom
dependabot/pip/grpc-deps-0f5bae5676

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 16, 2024

Copy link
Copy Markdown
Contributor

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

Updates grpcio from 1.66.2 to 1.67.0

Release notes

Sourced from grpcio's releases.

Release v1.67.0

This is release 1.67.0 (gesundheit) 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

  • [ruby] reduce an INFO log to DEBUG (backport grpc/grpc#37633). (#37686)
  • [release] Bump core version to 44.0.0. (#37661)
  • [RlsLB] Fix Deadlock. (#37459)
  • [Python Otel] Manage call tracer life cycle use call arena. (#37460)

C++

  • [OTel C++] Fix race when adding and removing callbacks. (#37485)

Python

  • [Backport to 1.67.x] Add templating and support for Python 3.13 (#37643). (#37803)
  • Add templating and support for Python 3.13. (#37643)
  • [Python Distrib] Change warning to RuntimeError for version incompatibility. (#37466)
  • [reflection]: python: reflection returns original_request. (#36944)

Ruby

  • [ruby] drop ruby 2.7 support. (#37430)
  • [ruby] reduce ruby gpr_log invocations from INFO to DEBUG. (#37426)
  • [ruby] refactor flaky test and expose cancel_with_status. (#37410)

Release v1.67.0-pre1

This is a prerelease of gRPC Core 1.67.0 (gesundheit).

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

This prerelease contains refinements, improvements, and bug fixes.

Commits

Updates grpcio-health-checking from 1.66.2 to 1.67.0

Updates protobuf from 5.27.5 to 5.28.2

Commits
  • 9fff46d Updating version.json and repo version numbers to: 28.2
  • ce60d01 Merge pull request #18385 from protocolbuffers/cp-lp-28
  • ac9fb5b Add recursion check when parsing unknown fields in Java.
  • 9a5f5fe Internal change
  • 50a7745 Internal change
  • 5b0e543 Fix cord handling in DynamicMessage and oneofs. (#18373)
  • 421fc16 Merge pull request #18343 from protocolbuffers/revert-18339-bazel-rules2
  • 607bfdd Revert "Cherry-pick changes related to new Bazel rules"
  • 106f4a6 Merge pull request #18339 from protocolbuffers/bazel-rules2
  • c2f34d6 Automated rollback of commit 76794bf3adceefcd69a2eb5785635a084fbe2e32.
  • Additional commits viewable in compare view

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

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


Updates `grpcio` from 1.66.2 to 1.67.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.66.2...v1.67.0)

Updates `grpcio-health-checking` from 1.66.2 to 1.67.0

Updates `protobuf` from 5.27.5 to 5.28.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.27.5...v5.28.2)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc-deps
- dependency-name: grpcio-health-checking
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc-deps
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner October 16, 2024 17:52
@dependabot dependabot Bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Oct 16, 2024
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Oct 16, 2024
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) October 16, 2024 17:52
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Oct 16, 2024
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Oct 17, 2024
@codecov

codecov Bot commented Oct 17, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.86%. Comparing base (0746e2d) to head (cdc89ed).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1487   +/-   ##
=======================================
  Coverage   91.85%   91.86%           
=======================================
  Files          86       86           
  Lines        6927     6930    +3     
=======================================
+ Hits         6363     6366    +3     
  Misses        564      564           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RobPasMue RobPasMue disabled auto-merge October 17, 2024 05:24
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) October 17, 2024 06:33
@pyansys-ci-bot pyansys-ci-bot merged commit 455af61 into main Oct 17, 2024
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/grpc-deps-0f5bae5676 branch October 17, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related with project dependencies maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants