Skip to content

Commit 63d9f1e

Browse files
Update dependency grpcio-tools to v1.74.0
1 parent dc9cc7d commit 63d9f1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requires-python = ">=3.10"
2828
# to the [tools.pip-licenses].packages definition.
2929
dependencies = [
3030
"grpcio>=1.74, <1.75",
31-
"grpcio-tools>=1.71, <1.72",
31+
"grpcio-tools>=1.74, <1.75",
3232
"protobuf>=5.29, <5.30",
3333
"types-protobuf>=5.28, <5.29",
3434
"uvloop>=0.20, <1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grpcio==1.74.0
2-
grpcio-tools==1.71.0
2+
grpcio-tools==1.74.0
33
protobuf==5.29.0
44
uvloop==0.21.0
55
elasticsearch[async]==9.0.2

0 commit comments

Comments
 (0)