Skip to content

Commit

Permalink
chore: use older verison of aiohttp_retry (#819)
Browse files Browse the repository at this point in the history
* use older verison of aiohttp_retry
  • Loading branch information
sbansla authored Oct 28, 2024
1 parent 3fc2d25 commit 5aa42dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0
PyJWT>=2.0.0, <3.0.0
aiohttp>=3.9.4
aiohttp-retry>=2.8.3
aiohttp-retry==2.8.3
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"requests >= 2.0.0",
"PyJWT >= 2.0.0, < 3.0.0",
"aiohttp>=3.8.4",
"aiohttp-retry>=2.8.3",
"aiohttp-retry==2.8.3",
],
packages=find_packages(exclude=["tests", "tests.*"]),
include_package_data=True,
Expand Down

0 comments on commit 5aa42dc

Please sign in to comment.