Skip to content

Commit

Permalink
fix: Try reverting package upgrades (#1799)
Browse files Browse the repository at this point in the history
* fix: Revert presumed breaking upgrade

* Reupgrade other packages
  • Loading branch information
faucomte97 committed Aug 10, 2023
1 parent 20fff90 commit 086b9cb
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 300 deletions.
4 changes: 2 additions & 2 deletions aimmo-game-worker/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name = "pypi"
kubernetes = "==26.1.0"
docker = "<6"
aimmo-game-worker = {editable = true, path = "."}
restrictedpython = "==5.3"
aiohttp = "*"
restrictedpython = "==4.0.b7"
aiohttp = "==3.8.4"
aiohttp-cors = "*"
idna-ssl = "*"

Expand Down
189 changes: 94 additions & 95 deletions aimmo-game-worker/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 086b9cb

Please sign in to comment.