Skip to content

Commit 9a59d5a

Browse files
chore(deps): bump aiohttp version to fix cve issue
1 parent 392c32c commit 9a59d5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ black>=24.3.0
2020
twine
2121

2222
# Requirements for testing [async] extra
23-
aiohttp>=3.10.11, <4
23+
aiohttp>=3.12.14, <4
2424
pytest-asyncio<=1.1.0
2525
unasync

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"pytest-mock<4.0.0",
7373
]
7474

75-
async_require = ["aiohttp>=3.10.11,<4"]
75+
async_require = ["aiohttp>=3.12.14,<4"]
7676

7777
docs_require = ["sphinx", "sphinx_rtd_theme", "myst_parser", "sphinx_copybutton"]
7878
generate_require = ["black>=24.3.0", "jinja2"]

0 commit comments

Comments
 (0)