Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the grpcio group across 4 directories with 5 updates #649

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2024

Bumps the grpcio group with 1 update in the / directory: grpcio.
Bumps the grpcio group with 1 update in the /test directory: grpcio.
Bumps the grpcio group with 5 updates in the /test/environment directory:

Package From To
grpcio 1.64.1 1.65.0
grpcio-health-checking 1.64.1 1.65.0
grpcio-reflection 1.64.1 1.65.0
grpcio-testing 1.64.1 1.65.0
grpcio-tools 1.64.1 1.65.0

Bumps the grpcio group with 5 updates in the /test/environment/grpc directory:

Package From To
grpcio 1.64.1 1.65.0
grpcio-health-checking 1.64.1 1.65.0
grpcio-reflection 1.64.1 1.65.0
grpcio-testing 1.64.1 1.65.0
grpcio-tools 1.64.1 1.65.0

Updates grpcio from 1.64.1 to 1.65.0

Release notes

Sourced from grpcio's releases.

Release v1.65.0

This is release gRPC Core 1.65.0 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

This is release 1.65.0 (gnarly) 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

  • [OTPlugin] Per-channel OpenTelemetry plugin. (#36729)
  • [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. (#36844)
  • [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag. (#36798)
  • [build] Support clang-cl for Windows builds (best effort). (#36831)
  • [grpc][Gpr_To_Absl_Logging] Disable the ConfigVar because it wont work anymore. (#36761)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#36716)
  • [http2] Add experiment to modify behavior of GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA to throttle pings instead of blocking. (#36374)
  • [xDS] fix "tls" channel cred in bootstrap to actually work. (#36726)
  • [StatsPlugin] Fix use-after-free issue. (#36664)
  • [EventEngine] Enable the EventEngine DNS Resolver on Windows. (#36286)

C++

  • [OTel] Generate pkg-config file for grpcpp_otel_plugin. (#36686)
  • [OTel] Add find_package call for OTel dependency in installed gRPC configuration. (#36674)
  • [OTel C++] Deprecate SetTargetAttributeFilter method on OpenTelemetryPluginBuilder. (#36567)
  • [security] Add notices for functions we will be removing. (#36488)

Objective-C

  • Replace bind() targets with alias() ones. (#35272)

Python

  • [Python O11y] Implement CSM observability for Python. (#36557)
  • [Python AIO] Return EOF from UnaryStreamCall.read() as documented. (#36660)
  • [Python Otel] Deprecate target_attribute_filter. (#36697)
  • [Python Server] Remove abstractmethod notation for add_registered_method_handlers. (#36684)

Ruby

... (truncated)

Commits
  • 45479fd [Release] Bump version to 1.65.0 (on v1.65.x branch) (#37088)
  • 24b050b [Release] Bump version to 1.65.0-pre2 (on v1.65.x branch) (#36999)
  • c017b9a [ruby] backport "Update google-protobuf dep to allow 3.x and 4.x versions (#3...
  • 44fc8c0 [Gpr_To_Absl_Logging] Fixing bugs (#36961) (#36996)
  • 40f0875 [Gpr_To_Absl_Logging] Remove custom logger from php. (#36992)
  • 3cab34a [log] Do not set absl min log level if user does not set GRPC_VERBOSITY (#369...
  • 608cb7b [Release] Bump version to 1.65.0-pre1 (on v1.65.x branch) (#36905)
  • 3469d7b [ruby] backport "[ruby] improve the way completion queue pluck operations han...
  • 74e5a21 [omg] Avoid MSVC miscompile (v1.65.x backport) (#36902)
  • d167fe7 [Release] Bump core version to 42.0.0 for upcoming release (#36887)
  • Additional commits viewable in compare view

Updates grpcio from 1.64.1 to 1.65.0

Release notes

Sourced from grpcio's releases.

Release v1.65.0

This is release gRPC Core 1.65.0 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

This is release 1.65.0 (gnarly) 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

  • [OTPlugin] Per-channel OpenTelemetry plugin. (#36729)
  • [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. (#36844)
  • [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag. (#36798)
  • [build] Support clang-cl for Windows builds (best effort). (#36831)
  • [grpc][Gpr_To_Absl_Logging] Disable the ConfigVar because it wont work anymore. (#36761)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#36716)
  • [http2] Add experiment to modify behavior of GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA to throttle pings instead of blocking. (#36374)
  • [xDS] fix "tls" channel cred in bootstrap to actually work. (#36726)
  • [StatsPlugin] Fix use-after-free issue. (#36664)
  • [EventEngine] Enable the EventEngine DNS Resolver on Windows. (#36286)

C++

  • [OTel] Generate pkg-config file for grpcpp_otel_plugin. (#36686)
  • [OTel] Add find_package call for OTel dependency in installed gRPC configuration. (#36674)
  • [OTel C++] Deprecate SetTargetAttributeFilter method on OpenTelemetryPluginBuilder. (#36567)
  • [security] Add notices for functions we will be removing. (#36488)

Objective-C

  • Replace bind() targets with alias() ones. (#35272)

Python

  • [Python O11y] Implement CSM observability for Python. (#36557)
  • [Python AIO] Return EOF from UnaryStreamCall.read() as documented. (#36660)
  • [Python Otel] Deprecate target_attribute_filter. (#36697)
  • [Python Server] Remove abstractmethod notation for add_registered_method_handlers. (#36684)

Ruby

... (truncated)

Commits
  • 45479fd [Release] Bump version to 1.65.0 (on v1.65.x branch) (#37088)
  • 24b050b [Release] Bump version to 1.65.0-pre2 (on v1.65.x branch) (#36999)
  • c017b9a [ruby] backport "Update google-protobuf dep to allow 3.x and 4.x versions (#3...
  • 44fc8c0 [Gpr_To_Absl_Logging] Fixing bugs (#36961) (#36996)
  • 40f0875 [Gpr_To_Absl_Logging] Remove custom logger from php. (#36992)
  • 3cab34a [log] Do not set absl min log level if user does not set GRPC_VERBOSITY (#369...
  • 608cb7b [Release] Bump version to 1.65.0-pre1 (on v1.65.x branch) (#36905)
  • 3469d7b [ruby] backport "[ruby] improve the way completion queue pluck operations han...
  • 74e5a21 [omg] Avoid MSVC miscompile (v1.65.x backport) (#36902)
  • d167fe7 [Release] Bump core version to 42.0.0 for upcoming release (#36887)
  • Additional commits viewable in compare view

Updates grpcio from 1.64.1 to 1.65.0

Release notes

Sourced from grpcio's releases.

Release v1.65.0

This is release gRPC Core 1.65.0 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

This is release 1.65.0 (gnarly) 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

  • [OTPlugin] Per-channel OpenTelemetry plugin. (#36729)
  • [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. (#36844)
  • [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag. (#36798)
  • [build] Support clang-cl for Windows builds (best effort). (#36831)
  • [grpc][Gpr_To_Absl_Logging] Disable the ConfigVar because it wont work anymore. (#36761)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#36716)
  • [http2] Add experiment to modify behavior of GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA to throttle pings instead of blocking. (#36374)
  • [xDS] fix "tls" channel cred in bootstrap to actually work. (#36726)
  • [StatsPlugin] Fix use-after-free issue. (#36664)
  • [EventEngine] Enable the EventEngine DNS Resolver on Windows. (#36286)

C++

  • [OTel] Generate pkg-config file for grpcpp_otel_plugin. (#36686)
  • [OTel] Add find_package call for OTel dependency in installed gRPC configuration. (#36674)
  • [OTel C++] Deprecate SetTargetAttributeFilter method on OpenTelemetryPluginBuilder. (#36567)
  • [security] Add notices for functions we will be removing. (#36488)

Objective-C

  • Replace bind() targets with alias() ones. (#35272)

Python

  • [Python O11y] Implement CSM observability for Python. (#36557)
  • [Python AIO] Return EOF from UnaryStreamCall.read() as documented. (#36660)
  • [Python Otel] Deprecate target_attribute_filter. (#36697)
  • [Python Server] Remove abstractmethod notation for add_registered_method_handlers. (#36684)

Ruby

... (truncated)

Commits
  • 45479fd [Release] Bump version to 1.65.0 (on v1.65.x branch) (#37088)
  • 24b050b [Release] Bump version to 1.65.0-pre2 (on v1.65.x branch) (#36999)
  • c017b9a [ruby] backport "Update google-protobuf dep to allow 3.x and 4.x versions (#3...
  • 44fc8c0 [Gpr_To_Absl_Logging] Fixing bugs (#36961) (#36996)
  • 40f0875 [Gpr_To_Absl_Logging] Remove custom logger from php. (#36992)
  • 3cab34a [log] Do not set absl min log level if user does not set GRPC_VERBOSITY (#369...
  • 608cb7b [Release] Bump version to 1.65.0-pre1 (on v1.65.x branch) (#36905)
  • 3469d7b [ruby] backport "[ruby] improve the way completion queue pluck operations han...
  • 74e5a21 [omg] Avoid MSVC miscompile (v1.65.x backport) (#36902)
  • d167fe7 [Release] Bump core version to 42.0.0 for upcoming release (#36887)
  • Additional commits viewable in compare view

Updates grpcio-health-checking from 1.64.1 to 1.65.0

Updates grpcio-reflection from 1.64.1 to 1.65.0

Updates grpcio-testing from 1.64.1 to 1.65.0

Updates grpcio-tools from 1.64.1 to 1.65.0

Release notes

Sourced from grpcio-tools's releases.

Release v1.65.0

This is release gRPC Core 1.65.0 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

This is release 1.65.0 (gnarly) 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

  • [OTPlugin] Per-channel OpenTelemetry plugin. (#36729)
  • [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. (#36844)
  • [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag. (#36798)
  • [build] Support clang-cl for Windows builds (best effort). (#36831)
  • [grpc][Gpr_To_Absl_Logging] Disable the ConfigVar because it wont work anymore. (#36761)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#36716)
  • [http2] Add experiment to modify behavior of GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA to throttle pings instead of blocking. (#36374)
  • [xDS] fix "tls" channel cred in bootstrap to actually work. (#36726)
  • [StatsPlugin] Fix use-after-free issue. (#36664)
  • [EventEngine] Enable the EventEngine DNS Resolver on Windows. (#36286)

C++

  • [OTel] Generate pkg-config file for grpcpp_otel_plugin. (#36686)
  • [OTel] Add find_package call for OTel dependency in installed gRPC configuration. (#36674)
  • [OTel C++] Deprecate SetTargetAttributeFilter method on OpenTelemetryPluginBuilder. (#36567)
  • [security] Add notices for functions we will be removing. (#36488)

Objective-C

  • Replace bind() targets with alias() ones. (#35272)

Python

  • [Python O11y] Implement CSM observability for Python. (#36557)
  • [Python AIO] Return EOF from UnaryStreamCall.read() as documented. (#36660)
  • [Python Otel] Deprecate target_attribute_filter. (#36697)
  • [Python Server] Remove abstractmethod notation for add_registered_method_handlers. (#36684)

Ruby

... (truncated)

Commits
  • 45479fd [Release] Bump version to 1.65.0 (on v1.65.x branch) (#37088)
  • 24b050b [Release] Bump version to 1.65.0-pre2 (on v1.65.x branch) (#36999)
  • c017b9a [ruby] backport "Update google-protobuf dep to allow 3.x and 4.x versions (#3...
  • 44fc8c0 [Gpr_To_Absl_Logging] Fixing bugs (#36961) (#36996)
  • 40f0875 [Gpr_To_Absl_Logging] Remove custom logger from php. (#36992)
  • 3cab34a [log] Do not set absl min log level if user does not set GRPC_VERBOSITY (#369...
  • 608cb7b [Release] Bump version to 1.65.0-pre1 (on v1.65.x branch) (#36905)
  • 3469d7b [ruby] backport "[ruby] improve the way completion queue pluck operations han...
  • 74e5a21 [omg] Avoid MSVC miscompile (v1.65.x backport) (#36902)
  • d167fe7 [Release] Bump core version to 42.0.0 for upcoming release (#36887)
  • Additional commits viewable in compare view

Updates grpcio from 1.64.1 to 1.65.0

Release notes

Sourced from grpcio's releases.

Release v1.65.0

This is release gRPC Core 1.65.0 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

This is release 1.65.0 (gnarly) 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

  • [OTPlugin] Per-channel OpenTelemetry plugin. (#36729)
  • [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. (#36844)
  • [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag. (#36798)
  • [build] Support clang-cl for Windows builds (best effort). (#36831)
  • [grpc][Gpr_To_Absl_Logging] Disable the ConfigVar because it wont work anymore. (#36761)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#36716)
  • [http2] Add experiment to modify behavior of GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA to throttle pings instead of blocking. (#36374)
  • [xDS] fix "tls" channel cred in bootstrap to actually work. (#36726)
  • [StatsPlugin] Fix use-after-free issue. (#36664)
  • [EventEngine] Enable the EventEngine DNS Resolver on Windows. (#36286)

C++

  • [OTel] Generate pkg-config file for grpcpp_otel_plugin. (#36686)
  • [OTel] Add find_package call for OTel dependency in installed gRPC configuration. (#36674)
  • [OTel C++] Deprecate SetTargetAttributeFilter method on OpenTelemetryPluginBuilder. (#36567)
  • [security] Add notices for functions we will be removing. (#36488)

Objective-C

  • Replace bind() targets with alias() ones. (#35272)

Python

  • [Python O11y] Implement CSM observability for Python. (#36557)
  • [Python AIO] Return EOF from UnaryStreamCall.read() as documented. (#36660)
  • [Python Otel] Deprecate target_attribute_filter. (#36697)
  • [Python Server] Remove abstractmethod notation for add_registered_method_handlers. (#36684)

Ruby

... (truncated)

Commits
  • 45479fd [Release] Bump version to 1.65.0 (on v1.65.x branch) (#37088)
  • 24b050b [Release] Bump version to 1.65.0-pre2 (on v1.65.x branch) (#36999)
  • c017b9a [ruby] backport "Update google-protobuf dep to allow 3.x and 4.x versions (#3...
  • 44fc8c0 [Gpr_To_Absl_Logging] Fixing bugs (#36961) (#36996)
  • 40f0875 [Gpr_To_Absl_Logging] Remove custom logger from php. (#36992)
  • 3cab34a [log] Do not set absl min log level if user does not set GRPC_VERBOSITY (#369...
  • 608cb7b [Release] Bump version to 1.65.0-pre1 (on v1.65.x branch) (#36905)
  • 3469d7b [ruby] backport "[ruby] improve the way completion queue pluck operations han...
  • 74e5a21 [omg] Avoid MSVC miscompile (v1.65.x backport) (#36902)
  • d167fe7 [Release] Bump core version to 42.0.0 for upcoming release (#36887)
  • Additional commits viewable in compare view

Updates grpcio-health-checking from 1.64.1 to 1.65.0

Updates grpcio-reflection from 1.64.1 to 1.65.0

Updates grpcio-testing from 1.64.1 to 1.65.0

Updates grpcio-tools from 1.64.1 to 1.65.0

Release notes

Sourced from grpcio-tools's releases.

Release v1.65.0

This is release gRPC Core 1.65.0 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

This is release 1.65.0 (gnarly) 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

  • [OTPlugin] Per-channel OpenTelemetry plugin. (#36729)
  • [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. (#36844)
  • [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag. (#36798)
  • [build] Support clang-cl for Windows builds (best effort). (#36831)
  • [grpc][Gpr_To_Absl_Logging] Disable the ConfigVar because it wont work anymore. (#36761)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#36716)
  • [http2] Add experiment to modify behavior of GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA to throttle pings instead of blocking. (#36374)
  • [xDS] fix "tls" channel cred in bootstrap to actually work. (#36726)
  • [StatsPlugin] Fix use-after-free issue. (#36664)
  • [EventEngine] Enable the EventEngine DNS Resolver on Windows. (#36286)

C++

  • [OTel] Generate pkg-config file for grpcpp_otel_plugin. (#36686)
  • [OTel] Add find_package call for OTel dependency in installed gRPC configuration. (#36674)
  • [OTel C++] Deprecate SetTargetAttributeFilter method on OpenTelemetryPluginBuilder. (#36567)
  • [security] Add notices for functions we will be removing. (#36488)

Objective-C

  • Replace bind() targets with alias() ones. (#35272)

Python

  • [Python O11y] Implement CSM observability for Python. (#36557)
  • [Python AIO] Return EOF from UnaryStreamCall.read() as documented. (#36660)
  • [Python Otel] Deprecate target_attribute_filter. (#36697)
  • [Python Server] Remove abstractmethod notation for add_registered_method_handlers. (#36684)

Ruby

... (truncated)

Commits
  • 45479fd [Release] Bump version to 1.65.0 (on v1.65.x branch) (#37088)
  • 24b050b [Release] Bump version to 1.65.0-pre2 (on v1.65.x branch) (#36999)
  • c017b9a [ruby] backport "Update google-protobuf dep to allow 3.x and 4.x versions (#3...
  • 44fc8c0 [Gpr_To_Absl_Logging] Fixing bugs (#36961) (#36996)
  • 40f0875 [Gpr_To_Absl_Logging] Remove custom logger from php. (#36992)
  • 3cab34a [log] Do not set absl min log level if user does not set GRPC_VERBOSITY (#369...
  • 608cb7b [Release] Bump version to 1.65.0-pre1 (on v1.65.x branch) (#36905)
  • 3469d7b [ruby] backport "[ruby] improve the way completion queue pluck operations han...
  • 74e5a21 [omg] Avoid MSVC miscompile (v1.65.x backport) (#36902)
  • d167fe7 [Release] Bump core version to 42.0.0 for upcoming release (#36887)
  • 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 grpcio group with 1 update in the / directory: [grpcio](https://github.com/grpc/grpc).
Bumps the grpcio group with 1 update in the /test directory: [grpcio](https://github.com/grpc/grpc).
Bumps the grpcio group with 5 updates in the /test/environment directory:

| Package | From | To |
| --- | --- | --- |
| [grpcio](https://github.com/grpc/grpc) | `1.64.1` | `1.65.0` |
| [grpcio-health-checking](https://grpc.io) | `1.64.1` | `1.65.0` |
| [grpcio-reflection](https://grpc.io) | `1.64.1` | `1.65.0` |
| [grpcio-testing](https://grpc.io) | `1.64.1` | `1.65.0` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.64.1` | `1.65.0` |

Bumps the grpcio group with 5 updates in the /test/environment/grpc directory:

| Package | From | To |
| --- | --- | --- |
| [grpcio](https://github.com/grpc/grpc) | `1.64.1` | `1.65.0` |
| [grpcio-health-checking](https://grpc.io) | `1.64.1` | `1.65.0` |
| [grpcio-reflection](https://grpc.io) | `1.64.1` | `1.65.0` |
| [grpcio-testing](https://grpc.io) | `1.64.1` | `1.65.0` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.64.1` | `1.65.0` |



Updates `grpcio` from 1.64.1 to 1.65.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.64.1...v1.65.0)

Updates `grpcio` from 1.64.1 to 1.65.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.64.1...v1.65.0)

Updates `grpcio` from 1.64.1 to 1.65.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.64.1...v1.65.0)

Updates `grpcio-health-checking` from 1.64.1 to 1.65.0

Updates `grpcio-reflection` from 1.64.1 to 1.65.0

Updates `grpcio-testing` from 1.64.1 to 1.65.0

Updates `grpcio-tools` from 1.64.1 to 1.65.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.64.1...v1.65.0)

Updates `grpcio` from 1.64.1 to 1.65.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.64.1...v1.65.0)

Updates `grpcio-health-checking` from 1.64.1 to 1.65.0

Updates `grpcio-reflection` from 1.64.1 to 1.65.0

Updates `grpcio-testing` from 1.64.1 to 1.65.0

Updates `grpcio-tools` from 1.64.1 to 1.65.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.64.1...v1.65.0)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpcio
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpcio
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpcio
- dependency-name: grpcio-health-checking
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpcio
- dependency-name: grpcio-reflection
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpcio
- dependency-name: grpcio-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpcio
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpcio
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpcio
- dependency-name: grpcio-health-checking
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpcio
- dependency-name: grpcio-reflection
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpcio
- dependency-name: grpcio-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpcio
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpcio
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 12, 2024
@github-actions github-actions bot added the tests label Jul 12, 2024
@github-actions github-actions bot enabled auto-merge (squash) July 12, 2024 02:14
@github-actions github-actions bot merged commit 9dcb391 into master Jul 12, 2024
29 checks passed
@github-actions github-actions bot deleted the dependabot/pip/grpcio-7b5dea6a77 branch July 12, 2024 16:48
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 python Pull requests that update Python code tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant