Skip to content

Commit b11809f

Browse files
Bump grpcio from 1.70.0 to 1.72.0
Signed-off-by: Stefan Brus <stefan.brus@frequenz.com>
1 parent ac59485 commit b11809f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ requires = [
1111
# versions can't work with code that was generated with newer versions.
1212
# https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards
1313
"protobuf == 6.31.1",
14-
"grpcio-tools == 1.70.0",
15-
"grpcio == 1.70.0",
14+
"grpcio-tools == 1.72.0",
15+
"grpcio == 1.72.0",
1616

1717
]
1818
build-backend = "setuptools.build_meta"
@@ -52,7 +52,7 @@ dependencies = [
5252
# We couldn't find any document with a spec about the cross-version runtime
5353
# guarantee for grpcio, so unless we find one in the future, we'll assume
5454
# major version jumps are not compatible
55-
"grpcio >= 1.70.0, < 2", # Do not widen beyond 2!
55+
"grpcio >= 1.72.0, < 2", # Do not widen beyond 2!
5656
]
5757
dynamic = ["version"]
5858

0 commit comments

Comments
 (0)