Skip to content

Commit

Permalink
fix: Try proper reverts on package upgrades (#1803)
Browse files Browse the repository at this point in the history
* Revert "build(deps): bump aiohttp from 3.8.4 to 3.8.5 in /aimmo-game-worker (#1789)"

This reverts commit f208eef.

* Revert build(deps): bump aiohttp from 3.7.4 to 3.8.5 in /aimmo-game (#1788)

* Revert build(deps): bump restrictedpython in /aimmo-game-worker (#1782)

* Revert "build(deps): bump semver from 5.7.1 to 5.7.2 in /game_frontend (#1783)"

This reverts commit f7cdb46.

* Revert "build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /game_frontend (#1784)"

This reverts commit 02e659c.
  • Loading branch information
faucomte97 committed Aug 11, 2023
1 parent 9442398 commit 9fd89f5
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 454 deletions.
2 changes: 1 addition & 1 deletion aimmo-game-worker/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kubernetes = "==26.1.0"
docker = "<6"
aimmo-game-worker = {editable = true, path = "."}
restrictedpython = "==4.0.b7"
aiohttp = "==3.8.4"
aiohttp = "*"
aiohttp-cors = "*"
idna-ssl = "*"

Expand Down
Loading

0 comments on commit 9fd89f5

Please sign in to comment.