Skip to content

Commit 68283bc

Browse files
authored
Increase aiohttp upper version constraint
AIOHTTP 3.13.5 is affected by GHSA-jg22-mg44-37j8 Expand the supported aiohttp version range to allow upgrading to patched 3.14.x releases.
1 parent 658ec6a commit 68283bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
typing-extensions>=4.13.2, <=4.15.0
22
requests>=2.32.5, <=2.34.2
3-
aiohttp>=3.13.4, <=3.13.5
3+
aiohttp>=3.13.4, <=3.14.1
44
certifi>=2026.2.25, <=2026.04.22

0 commit comments

Comments
 (0)