Skip to content

Commit 92e931e

Browse files
chore(deps): update grpcio-tools requirement from >=1.78.0 to >=1.80.0
Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.78.0...v1.80.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.80.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a1aa92 commit 92e931e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Envoy ext-proc for configuring and invoking guardrails in an Envo
55
requires-python = ">=3.11"
66
dependencies = [
77
"grpcio>=1.78.0",
8-
"grpcio-tools>=1.78.0",
8+
"grpcio-tools>=1.80.0",
99
"grpcio-health-checking>=1.78.0",
1010
"betterproto2==0.9.1",
1111
"cpex==0.1.0.dev10",
@@ -15,7 +15,7 @@ dependencies = [
1515
proto = [
1616
"requests==2.33.1",
1717
"grpcio>=1.78.0",
18-
"grpcio-tools>=1.78.0",
18+
"grpcio-tools>=1.80.0",
1919
"betterproto2==0.9.1",
2020
"betterproto2_compiler==0.9.0",
2121
"structlog==25.5.0",

0 commit comments

Comments
 (0)