Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/grpcio-gte-1.53.2-and-lt-1.69
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang authored Nov 19, 2024
2 parents 9c8ef50 + 4af2a6b commit c983ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dynamic = [
]
dependencies = [
"aiofiles<25,>=24.1",
"aiohttp>=3.10.2,<3.11",
"aiohttp>=3.10.2,<3.12",
"cryptography>=43.0.1,<44",
"grpcio>=1.53.2,<1.69",
"protobuf>=4.21.12,<5.29",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Automatically generated from pyproject.toml by gen_requirements_txt.py script.
# DO NOT EDIT! Only for reference use.
aiofiles<25,>=24.1
aiohttp>=3.10.2,<3.11
aiohttp>=3.10.2,<3.12
cryptography>=43.0.1,<44
grpcio>=1.53.2,<1.69
protobuf>=4.21.12,<5.29
Expand Down

0 comments on commit c983ab7

Please sign in to comment.