Skip to content

Commit 8ab4e4d

Browse files
committed
Allow newer aiohttp versions
In order to resolve multiple security vulnerabilities in aiohttp releases prior to 3.9.5, relax the dependency requirement so that 3.9.5 is an allowed version.
1 parent f6971a8 commit 8ab4e4d

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 @@
1-
aiohttp[speedups] == 3.9.3
1+
aiohttp[speedups] >= 3.9.3
22
aiohttp-retry >= 2.8.3
33

44
backoff >= 2.2.1

0 commit comments

Comments
 (0)