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

Commit

Permalink
fix(deps): bump setuptools from 68.2.2 to 70.3.0 in /aimmo-game and /…
Browse files Browse the repository at this point in the history
…aimmo (#1873)

* fix(deps): bump setuptools from 68.2.2 to 70.0.0 in /aimmo-game

Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 70.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v68.2.2...v70.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Also upgrade setuptools in main app

* Update lockfile

Co-Authored-By: faucomte97 <[email protected]>
  • Loading branch information
dependabot[bot] and faucomte97 authored Jul 17, 2024
1 parent 6aa1137 commit c80bb33
Show file tree
Hide file tree
Showing 3 changed files with 855 additions and 765 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ eventlet = "*"
importlib-metadata = "<5" # Using version 5 causes an issue when trying to run pytest. Not sure why, linked to: https://stackoverflow.com/questions/73929564/entrypoints-object-has-no-attribute-get-digital-ocean
kubernetes = "==26.1.0"
pyyaml = "==5.4.1"
setuptools = "==65.5.1"
setuptools = "==70.3.0"
wheel = "*"

[requires]
Expand Down
Loading

0 comments on commit c80bb33

Please sign in to comment.