Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linters port + bump python #612

Merged
merged 6 commits into from
Dec 19, 2024
Merged
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 dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export NODE_VERSION_LTS=20.12.0
export SPACEMAN_DMM_VERSION=suite-1.8

# Python version for mapmerge and other tools
export PYTHON_VERSION=3.9.0
export PYTHON_VERSION=3.11.9
4 changes: 2 additions & 2 deletions tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pygit2==1.7.2
pygit2==1.16.0
bidict==0.22.0
Pillow==10.3.0
Pillow==11.0.0

# changelogs
PyYaml==6.0.1
Expand Down
Loading