Skip to content

Commit f5939f6

Browse files
committed
Bump grpcio to 1.71.0
changelog: grpc/grpc@v1.67.1...v1.71.0 needed for #137736
1 parent 0f9f090 commit f5939f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

homeassistant/package_constraints.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ httplib2>=0.19.0
8787
# gRPC is an implicit dependency that we want to make explicit so we manage
8888
# upgrades intentionally. It is a large package to build from source and we
8989
# want to ensure we have wheels built.
90-
grpcio==1.67.1
91-
grpcio-status==1.67.1
92-
grpcio-reflection==1.67.1
90+
grpcio==1.71.0
91+
grpcio-status==1.71.0
92+
grpcio-reflection==1.71.0
9393

9494
# This is a old unmaintained library and is replaced with pycryptodome
9595
pycrypto==1000000000.0.0

script/gen_requirements_all.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@
117117
# gRPC is an implicit dependency that we want to make explicit so we manage
118118
# upgrades intentionally. It is a large package to build from source and we
119119
# want to ensure we have wheels built.
120-
grpcio==1.67.1
121-
grpcio-status==1.67.1
122-
grpcio-reflection==1.67.1
120+
grpcio==1.71.0
121+
grpcio-status==1.71.0
122+
grpcio-reflection==1.71.0
123123
124124
# This is a old unmaintained library and is replaced with pycryptodome
125125
pycrypto==1000000000.0.0

0 commit comments

Comments
 (0)