Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

build(deps): bump aiohttp from 3.7.4 to 3.9.4 in /aimmo-game #1868

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aimmo-game/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pytest-mock = "*"
pytest-pythonpath = "*"

[packages]
aiohttp = "==3.7.4" # Downgraded because of this issue: https://github.com/aio-libs/aiohttp/pull/5572
aiohttp = "==3.9.4" # Downgraded because of this issue: https://github.com/aio-libs/aiohttp/pull/5572
aiohttp-cors = "*"
aiohttp-wsgi = "*"
docker = "<6"
Expand Down
Loading
Loading