Skip to content

Commit 5aa42dc

Browse files
authored
chore: use older verison of aiohttp_retry (#819)
* use older verison of aiohttp_retry
1 parent 3fc2d25 commit 5aa42dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
22
requests>=2.31.0
33
PyJWT>=2.0.0, <3.0.0
44
aiohttp>=3.9.4
5-
aiohttp-retry>=2.8.3
5+
aiohttp-retry==2.8.3
66
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"requests >= 2.0.0",
2525
"PyJWT >= 2.0.0, < 3.0.0",
2626
"aiohttp>=3.8.4",
27-
"aiohttp-retry>=2.8.3",
27+
"aiohttp-retry==2.8.3",
2828
],
2929
packages=find_packages(exclude=["tests", "tests.*"]),
3030
include_package_data=True,

0 commit comments

Comments
 (0)