Skip to content

build: bump the grpc-deps group with 3 updates#1342

Merged
pyansys-ci-bot merged 3 commits intomainfrom
dependabot/pip/grpc-deps-8552b9ada6
Aug 6, 2024
Merged

build: bump the grpc-deps group with 3 updates#1342
pyansys-ci-bot merged 3 commits intomainfrom
dependabot/pip/grpc-deps-8552b9ada6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

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

Updates grpcio from 1.65.1 to 1.65.4

Release notes

Sourced from grpcio's releases.

Release v1.65.4

This is release gRPC Core 1.65.4 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

Release v1.65.3

This is release gRPC Core 1.65.3 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

Release v1.65.2

This is release gRPC Core 1.65.2 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

Commits
  • c3407b7 [Release] Bump version to 1.65.4 (on v1.65.x branch) (#37378)
  • eb7b279 [v1.65] [chttp2] Fix a bug in hpack error handling (#37366)
  • c32db9c [Release] Bump version to 1.65.3 (on v1.65.x branch) (#37357)
  • 0e1e1ef [Python Otel] Fix Segfault caused by CallTracer method lifetime issue (v1.65....
  • 0bbbfd3 [Release] Bump version to 1.65.2 (on v1.65.x branch) (#37319)
  • a699463 [Backport] Ensure the Chttp2Connector is deleted under an ExecCtx. (#37315)
  • c8ea3d7 [Gpr_To_Absl_Logging][Noise_Reduction] (#37289)
  • 8cbf785 [ObjC] Back port boringssl 0.36 to 1.65.x for xcode 16 (#37310)
  • f548d3c [Gpr_To_Absl_Logging] Removing gRPC experiments log noise (#37303) (#37308)
  • cf78563 [Gpr_To_Absl_Logging] Reducing log spam (#37106) (#37288)
  • Additional commits viewable in compare view

Updates grpcio-health-checking from 1.65.1 to 1.65.4

Updates protobuf from 5.27.2 to 5.27.3

Commits
  • 7cc670c Updating version.json and repo version numbers to: 27.3
  • 67d7298 Merge pull request #17617 from protocolbuffers/cp-utf8-ascii
  • e20cb7a Remove /utf-8 flag added in #14197
  • c9839cb Merge pull request #17473 from protocolbuffers/cp-revert-hack
  • 8a579c1 Downgrade CMake to 3.29 to workaround Abseil issue.
  • ba3e7d7 Revert workaround for std::mutex issues on github windows runners.
  • 861be78 Merge pull request #17331 from protocolbuffers/cp-cp
  • c1ec82f Merge pull request #17232 from simonberger/bugfix/php-ext-persistent-global-c...
  • aec8a76 Upgrade macos-11 tests to macos-12
  • 4e3b4f0 Use explicit names of our large runners
  • 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: [grpcio](https://github.com/grpc/grpc), [grpcio-health-checking](https://grpc.io) and [protobuf](https://github.com/protocolbuffers/protobuf).


Updates `grpcio` from 1.65.1 to 1.65.4
- [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.65.1...v1.65.4)

Updates `grpcio-health-checking` from 1.65.1 to 1.65.4

Updates `protobuf` from 5.27.2 to 5.27.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.27.2...v5.27.3)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grpc-deps
- dependency-name: grpcio-health-checking
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grpc-deps
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 August 5, 2024 17:11
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Aug 5, 2024
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Aug 5, 2024
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) August 5, 2024 17:12
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.93%. Comparing base (cb967e0) to head (12db4cf).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1342   +/-   ##
=======================================
  Coverage   91.93%   91.93%           
=======================================
  Files          86       86           
  Lines        6754     6754           
=======================================
  Hits         6209     6209           
  Misses        545      545           

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

@pyansys-ci-bot pyansys-ci-bot merged commit ff5e449 into main Aug 6, 2024
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/grpc-deps-8552b9ada6 branch August 6, 2024 07:58
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