Skip to content

Commit fad93b5

Browse files
author
Aviv Laufer
committed
Update dependecies
1 parent 915528f commit fad93b5

File tree

4 files changed

+27
-23
lines changed

4 files changed

+27
-23
lines changed

poetry.lock

Lines changed: 21 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ readme = "README.md"
88
[tool.poetry.dependencies]
99
python = "^3.11"
1010
grpclib = "^0.4.7"
11-
protobuf = "^5.27.1"
11+
protobuf = "^5.27.4"
1212
asyncio = "^3.4.3"
13-
grpcio = "^1.65.5"
14-
grpcio-tools = "^1.65.5"
13+
grpcio = "^1.66.0"
14+
grpcio-tools = "^1.66.0"
1515
watchdog = "^5.0.0"
1616
aiofiles = "^24.1.0"
1717

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ iniconfig==2.0.0 ; python_version >= "3.11" and python_version < "4.0"
2222
multidict==6.0.5 ; python_version >= "3.11" and python_version < "4.0"
2323
packaging==24.1 ; python_version >= "3.11" and python_version < "4.0"
2424
pluggy==1.5.0 ; python_version >= "3.11" and python_version < "4.0"
25-
protobuf==5.27.3 ; python_version >= "3.11" and python_version < "4.0"
25+
protobuf==5.27.4 ; python_version >= "3.11" and python_version < "4.0"
2626
pytest-asyncio==0.24.0 ; python_version >= "3.11" and python_version < "4.0"
2727
pytest-cov==5.0.0 ; python_version >= "3.11" and python_version < "4.0"
2828
pytest==8.3.2 ; python_version >= "3.11" and python_version < "4.0"
2929
pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "4.0"
3030
regex==2024.7.24 ; python_version >= "3.11" and python_version < "4.0"
3131
requests==2.32.3 ; python_version >= "3.11" and python_version < "4.0"
3232
responses==0.21.0 ; python_version >= "3.11" and python_version < "4.0"
33-
rfc3986[idna2008]==2.0.0 ; python_version >= "3.11" and python_version < "4.0"
33+
rfc3986[idna2008]==1.5.0 ; python_version >= "3.11" and python_version < "4.0"
3434
setuptools==74.0.0 ; python_version >= "3.11" and python_version < "4.0"
3535
sniffio==1.3.1 ; python_version >= "3.11" and python_version < "4.0"
3636
test-results-parser==0.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
@@ -7,6 +7,6 @@ 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"
88
hyperframe==6.0.1 ; python_version >= "3.11" and python_version < "4.0"
99
multidict==6.0.5 ; python_version >= "3.11" and python_version < "4.0"
10-
protobuf==5.27.3 ; python_version >= "3.11" and python_version < "4.0"
10+
protobuf==5.27.4 ; python_version >= "3.11" and python_version < "4.0"
1111
setuptools==74.0.0 ; python_version >= "3.11" and python_version < "4.0"
1212
watchdog==5.0.0 ; python_version >= "3.11" and python_version < "4.0"

0 commit comments

Comments
 (0)