Skip to content

Commit f8f230f

Browse files
Sync main → development (auto-merge conflict fixes)
2 parents db0f57f + 89e5b95 commit f8f230f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies = [
7272
# aiohttp - Best available versions per Python
7373
# Note: Python 3.7-3.8 have known CVEs due to upstream EOL. See SECURITY.md
7474
"aiohttp>=3.8.6,<3.9.0; python_version == '3.7'", # Last Py3.7 version (20 known CVEs)
75-
"aiohttp>=3.10.11,<3.14.0; python_version == '3.8'", # Last Py3.8 version (9 known CVEs)
75+
"aiohttp>=3.10.11,<3.11.0; python_version == '3.8'", # Last Py3.8 version (9 known CVEs)
7676
"aiohttp>=3.13.3; python_version >= '3.9'", # Latest with all patches
7777
#aiohttp-lts on to-do list for pythons 3.7 and 3.8
7878

requirements-trace.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pip-compile --annotation-style=line --output-file=requirements-trace.txt pyproject.toml
66
#
77
aiohappyeyeballs==2.6.1 # via aiohttp
8-
aiohttp==3.13.3 ; python_version >= "3.9" # via omnipkg (pyproject.toml)
8+
aiohttp==3.13.2 ; python_version >= "3.9" # via omnipkg (pyproject.toml)
99
aiosignal==1.4.0 # via aiohttp
1010
annotated-types==0.7.0 # via pydantic
1111
anyio==4.12.0 # via httpx

0 commit comments

Comments
 (0)