Skip to content

Commit 7400213

Browse files
authored
Merge pull request #17 from protoconf/renovate/grpcio-1.x
Update dependency grpcio to v1.66.1
2 parents e3c50b3 + a9f3a89 commit 7400213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ codecov-cli==0.7.4 ; python_version >= "3.11" and python_version < "4.0"
88
colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
99
coverage[toml]==7.6.1 ; python_version >= "3.11" and python_version < "4.0"
1010
grpcio-tools==1.66.0 ; python_version >= "3.11" and python_version < "4.0"
11-
grpcio==1.66.0 ; python_version >= "3.11" and python_version < "4.0"
11+
grpcio==1.66.1 ; python_version >= "3.11" and python_version < "4.0"
1212
grpclib==0.4.7 ; python_version >= "3.11" and python_version < "4.0"
1313
h11==0.14.0 ; python_version >= "3.11" and python_version < "4.0"
1414
h2==4.1.0 ; python_version >= "3.11" and python_version < "4.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiofiles==24.1.0 ; python_version >= "3.11" and python_version < "4.0"
22
asyncio==3.4.3 ; python_version >= "3.11" and python_version < "4.0"
33
grpcio-tools==1.66.0 ; python_version >= "3.11" and python_version < "4.0"
4-
grpcio==1.66.0 ; python_version >= "3.11" and python_version < "4.0"
4+
grpcio==1.66.1 ; python_version >= "3.11" and python_version < "4.0"
55
grpclib==0.4.7 ; python_version >= "3.11" and python_version < "4.0"
66
h2==4.1.0 ; python_version >= "3.11" and python_version < "4.0"
77
hpack==4.0.0 ; python_version >= "3.11" and python_version < "4.0"

0 commit comments

Comments
 (0)