Skip to content

Commit

Permalink
deps: bump aiohttp to >=3.10.2,<3.11 (#402)
Browse files Browse the repository at this point in the history
* deps: bump aiohttp to >=3.10.2,<3.11

* [GHA] Update requirements.txt on pyproject.toml changed

* force push

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Bodong-Yang and github-actions[bot] authored Oct 16, 2024
1 parent f23ce9e commit 09b7cd8
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.9.5,<3.11",
"aiohttp>=3.10.2,<3.11",
"cryptography>=42.0.4,<44",
"grpcio>=1.53.2,<1.67",
"protobuf<4.22,>=4.21.12",
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.9.5,<3.11
aiohttp>=3.10.2,<3.11
cryptography>=42.0.4,<44
grpcio>=1.53.2,<1.67
protobuf<4.22,>=4.21.12
Expand Down

0 comments on commit 09b7cd8

Please sign in to comment.