Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #264 from CSCfi/dependabot/pip/dev/aiohttp-3.8.4
Browse files Browse the repository at this point in the history
Bump aiohttp from 3.8.3 to 3.8.4
  • Loading branch information
github-actions[bot] authored Feb 13, 2023
2 parents 9ffe908 + 55fcc0d commit b891235
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
@@ -1,5 +1,5 @@
asyncio==3.4.3
aiohttp==3.8.3
aiohttp==3.8.4
aiohttp-cors==0.7.0
aiocache==0.12.0
aiomcache==0.8.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
package_data={"": ["*.json", "*.ini"]},
install_requires=[
"asyncio==3.4.3",
"aiohttp==3.8.3",
"aiohttp==3.8.4",
"aiohttp-cors==0.7.0",
"aiocache==0.12.0",
"aiomcache==0.8.1",
Expand Down

0 comments on commit b891235

Please sign in to comment.