From 32e30275ef4d80cfff2e98658c65efc9775717eb Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Thu, 21 Aug 2025 01:45:33 +0200 Subject: [PATCH] Update python dependencies (#18293) * This is just for myself to check something * . * this too * . --- dependencies.sh | 2 +- tools/mapmerge2/requirements.txt | 4 ++-- tools/requirements.txt | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dependencies.sh b/dependencies.sh index 282cb593561..01bc0b02252 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -23,7 +23,7 @@ export BUN_VERSION=1.2.20 export SPACEMAN_DMM_VERSION=suite-1.10 # Python version for mapmerge and other tools -export PYTHON_VERSION=3.11.9 +export PYTHON_VERSION=3.12.3 #dreamluau repo export DREAMLUAU_REPO="tgstation/dreamluau" diff --git a/tools/mapmerge2/requirements.txt b/tools/mapmerge2/requirements.txt index 0d0c95b2ffb..ff751667186 100644 --- a/tools/mapmerge2/requirements.txt +++ b/tools/mapmerge2/requirements.txt @@ -1,3 +1,3 @@ pygit2 -bidict==0.22.1 -Pillow==11.0.0 +bidict==0.23.1 +Pillow==11.3.0 diff --git a/tools/requirements.txt b/tools/requirements.txt index a353d3547e1..ea1c1b532c7 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,13 +1,13 @@ -pygit2==1.16.0 -bidict==0.22.1 -Pillow==11.0.0 +pygit2==1.18.1 +bidict==0.23.1 +Pillow==11.3.0 # changelogs -PyYaml==6.0.1 -beautifulsoup4==4.11.2 +PyYaml==6.0.2 +beautifulsoup4==4.13.4 # ezdb -mysql-connector-python==9.1.0 +mysql-connector-python==9.4.0 # icon cutter -numpy==1.26.0 +numpy==2.3.2