forked from tgstation/TerraGov-Marine-Corps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Python version (tgstation#14090)
* Fix Pip for Bootstrap (#72488) Mothblocks forgot to update the bootstrap script to the new python version when they changed the python dependency version That path descriptor file is now automatically generated during bootstrap, which will prevent this issue from happening again in the future, unless they change the path descriptor format * Bump Python version --------- Co-authored-by: Zephyr <[email protected]>
- Loading branch information
Showing
4 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pygit2==1.7.2 | ||
pygit2==1.13.1 | ||
bidict==0.22.0 | ||
Pillow==10.0.1 | ||
|
||
|