From 0477683f70fada373811630849af5b68ab6c04f0 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Fri, 6 Sep 2024 12:07:51 +0100 Subject: [PATCH] Bump packages for Python 3.13 support --- lib/galaxy/dependencies/dev-requirements.txt | 2 +- lib/galaxy/dependencies/pinned-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/galaxy/dependencies/dev-requirements.txt b/lib/galaxy/dependencies/dev-requirements.txt index f1ee803497cb..09a236c62e11 100644 --- a/lib/galaxy/dependencies/dev-requirements.txt +++ b/lib/galaxy/dependencies/dev-requirements.txt @@ -140,7 +140,7 @@ s3transfer==0.10.2 ; python_version >= "3.8" and python_version < "3.13" schema-salad==8.7.20240905150001 ; python_version >= "3.8" and python_version < "3.13" scipy==1.10.1 ; python_version >= "3.8" and python_version < "3.9" scipy==1.13.1 ; python_version >= "3.9" and python_version < "3.10" -scipy==1.14.0 ; python_version >= "3.10" and python_version < "3.13" +scipy==1.14.1 ; python_version >= "3.10" and python_version < "3.13" secretstorage==3.3.3 ; python_version >= "3.8" and python_version < "3.13" and sys_platform == "linux" selenium==4.22.0 ; python_version >= "3.8" and python_version < "3.13" seletools==1.5.0 ; python_version >= "3.8" and python_version < "3.13" diff --git a/lib/galaxy/dependencies/pinned-requirements.txt b/lib/galaxy/dependencies/pinned-requirements.txt index 8a4cc92d6fca..464d765519a8 100644 --- a/lib/galaxy/dependencies/pinned-requirements.txt +++ b/lib/galaxy/dependencies/pinned-requirements.txt @@ -213,4 +213,4 @@ yacman==0.9.3 ; python_version >= "3.8" and python_version < "3.13" yarl==1.9.4 ; python_version >= "3.8" and python_version < "3.13" zipp==3.19.2 ; python_version >= "3.8" and python_version < "3.13" zipstream-new==1.1.8 ; python_version >= "3.8" and python_version < "3.13" -zstandard==0.22.0 ; python_version >= "3.8" and python_version < "3.13" +zstandard==0.23.0 ; python_version >= "3.8" and python_version < "3.13"