Skip to content

Commit

Permalink
deps: bump aiohttp to >=3.10.11,<3.12 (#433)
Browse files Browse the repository at this point in the history
Bump aiohttp to >=3.10.11,<3.12, see https://www.cve.org/CVERecord?id=CVE-2024-52304 for more details.
  • Loading branch information
Bodong-Yang authored Nov 27, 2024
1 parent afc2f67 commit 39fa1e0
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.12",
"aiohttp>=3.10.11,<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.12
aiohttp>=3.10.11,<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 39fa1e0

Please sign in to comment.