Skip to content

Commit 992d46a

Browse files
authored
Merge pull request #21104 from galaxybot/dev_auto_update_dependencies
Update Python dependencies
2 parents 956a85b + 925439d commit 992d46a

File tree

8 files changed

+102
-84
lines changed

8 files changed

+102
-84
lines changed

lib/galaxy/dependencies/dev-requirements.txt

Lines changed: 31 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --frozen --no-annotate --no-hashes --only-group=dev
33
aiohappyeyeballs==2.6.1
4-
aiohttp==3.13.0
4+
aiohttp==3.13.1
55
aiosignal==1.4.0
66
alabaster==0.7.16 ; python_full_version < '3.10'
77
alabaster==1.0.0 ; python_full_version >= '3.10'
@@ -18,29 +18,31 @@ boto3==1.40.49
1818
botocore==1.40.49
1919
build==1.3.0
2020
cachecontrol==0.14.3
21-
cachetools==6.2.0
21+
cachetools==6.2.1
2222
cattrs==25.3.0
2323
certifi==2025.10.5
2424
cffi==2.0.0 ; (implementation_name != 'pypy' and os_name == 'nt') or platform_python_implementation != 'PyPy'
25-
charset-normalizer==3.4.3
25+
charset-normalizer==3.4.4
2626
click==8.1.8 ; python_full_version < '3.10'
2727
click==8.3.0 ; python_full_version >= '3.10'
2828
codespell==2.4.1
2929
colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
30-
colorlog==6.9.0
30+
colorlog==6.10.1
3131
contourpy==1.3.0 ; python_full_version < '3.10'
3232
contourpy==1.3.2 ; python_full_version == '3.10.*'
3333
contourpy==1.3.3 ; python_full_version >= '3.11'
34-
coverage==7.10.7
35-
cryptography==46.0.2
34+
coverage==7.10.7 ; python_full_version < '3.10'
35+
coverage==7.11.0 ; python_full_version >= '3.10'
36+
cryptography==46.0.3
3637
cwltest==2.6.20250818005349
3738
cycler==0.12.1
3839
darker==3.0.0
3940
darkgraylib==2.4.0
4041
decorator==5.2.1
4142
defusedxml==0.7.1
4243
docutils==0.21.2
43-
dogpile-cache==1.4.1
44+
dogpile-cache==1.4.1 ; python_full_version < '3.10'
45+
dogpile-cache==1.5.0 ; python_full_version >= '3.10'
4446
enum-tools==0.12.0 ; python_full_version >= '3.10'
4547
exceptiongroup==1.3.0 ; python_full_version < '3.11'
4648
filelock==3.19.1 ; python_full_version < '3.10'
@@ -56,14 +58,16 @@ html5rdf==1.2.1 ; python_full_version >= '3.10'
5658
httpcore==1.0.9
5759
httpx==0.28.1
5860
id==1.5.0
59-
idna==3.10
61+
idna==3.11
6062
imagesize==1.4.1
6163
importlib-metadata==8.7.0 ; python_full_version < '3.12'
6264
importlib-resources==6.5.2 ; python_full_version < '3.10'
63-
iniconfig==2.1.0
65+
iniconfig==2.1.0 ; python_full_version < '3.10'
66+
iniconfig==2.3.0 ; python_full_version >= '3.10'
6467
inquirerpy==0.3.4
6568
isodate==0.7.2 ; python_full_version < '3.11'
66-
isort==6.1.0
69+
isort==6.1.0 ; python_full_version < '3.10'
70+
isort==7.0.0 ; python_full_version >= '3.10'
6771
jaraco-classes==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
6872
jaraco-context==6.0.1 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
6973
jaraco-functools==4.3.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
@@ -99,7 +103,7 @@ myst-parser==4.0.1 ; python_full_version >= '3.10'
99103
nh3==0.3.1
100104
numpy==2.0.2 ; python_full_version < '3.10'
101105
numpy==2.2.6 ; python_full_version == '3.10.*'
102-
numpy==2.3.3 ; python_full_version >= '3.11'
106+
numpy==2.3.4 ; python_full_version >= '3.11'
103107
onedatafilerestclient==21.2.5.2
104108
outcome==1.3.0.post0
105109
owlrl==6.0.2 ; python_full_version < '3.10'
@@ -108,7 +112,8 @@ packaging==24.2 ; python_full_version < '3.10'
108112
packaging==25.0 ; python_full_version >= '3.10'
109113
pathspec==0.12.1
110114
pfzy==0.3.4
111-
pillow==11.3.0
115+
pillow==11.3.0 ; python_full_version < '3.10'
116+
pillow==12.0.0 ; python_full_version >= '3.10'
112117
pkce==1.0.3
113118
platformdirs==4.4.0 ; python_full_version < '3.10'
114119
platformdirs==4.5.0 ; python_full_version >= '3.10'
@@ -119,8 +124,8 @@ port-for==1.0.0 ; python_full_version >= '3.10'
119124
prettytable==3.16.0
120125
prompt-toolkit==3.0.52
121126
propcache==0.4.1
122-
psutil==7.1.0 ; sys_platform != 'cygwin'
123-
psycopg==3.2.10
127+
psutil==7.1.2 ; sys_platform != 'cygwin'
128+
psycopg==3.2.12
124129
pycparser==2.23 ; (implementation_name != 'PyPy' and implementation_name != 'pypy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
125130
pyee==13.0.0
126131
pygithub==2.8.1
@@ -147,27 +152,29 @@ pytest-shard==0.1.2
147152
python-dateutil==2.9.0.post0
148153
python-irodsclient==3.2.0
149154
python-slugify==8.0.4
150-
pytokens==0.1.10
155+
pytokens==0.2.0
151156
pywin32-ctypes==0.2.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'win32'
152157
pyyaml==6.0.3
153158
rdflib==7.2.1
154159
readme-renderer==44.0
155-
referencing==0.36.2
160+
referencing==0.36.2 ; python_full_version < '3.10'
161+
referencing==0.37.0 ; python_full_version >= '3.10'
156162
requests==2.32.5
157163
requests-cache==1.2.1
158164
requests-toolbelt==1.0.0
159165
responses==0.25.8
160166
rfc3986==2.0.0
161167
rich==13.9.4
162-
rich-click==1.9.3
168+
rich-click==1.9.4
163169
roc-validator==0.4.2 ; python_full_version < '3.9.20'
164170
roc-validator==0.4.6 ; python_full_version >= '3.9.20' and python_full_version < '3.10'
165171
roc-validator==0.7.3 ; python_full_version >= '3.10'
166172
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
167-
rpds-py==0.27.1
168-
ruamel-yaml==0.18.15
173+
rpds-py==0.27.1 ; python_full_version < '3.10'
174+
rpds-py==0.28.0 ; python_full_version >= '3.10'
175+
ruamel-yaml==0.18.16
169176
ruamel-yaml-clib==0.2.14 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
170-
rucio-clients==38.3.0
177+
rucio-clients==38.4.0
171178
s3transfer==0.14.0
172179
schema-salad==8.9.20250723145140
173180
scipy==1.13.1 ; python_full_version < '3.10'
@@ -176,7 +183,7 @@ scipy==1.16.2 ; python_full_version >= '3.11'
176183
secretstorage==3.3.3 ; python_full_version < '3.10' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
177184
secretstorage==3.4.0 ; python_full_version >= '3.10' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
178185
selenium==4.32.0 ; python_full_version < '3.10'
179-
selenium==4.36.0 ; python_full_version >= '3.10'
186+
selenium==4.38.0 ; python_full_version >= '3.10'
180187
seletools==1.5.0
181188
six==1.17.0
182189
sniffio==1.3.1
@@ -197,18 +204,18 @@ statsd==4.0.1
197204
stevedore==5.5.0
198205
tabulate==0.9.0
199206
testfixtures==8.3.0 ; python_full_version < '3.11'
200-
testfixtures==9.1.0 ; python_full_version >= '3.11'
207+
testfixtures==9.2.0 ; python_full_version >= '3.11'
201208
text-unidecode==1.3
202209
tinydb==4.8.2
203210
toml==0.10.2
204211
tomli==2.3.0 ; python_full_version <= '3.11'
205-
total-perspective-vortex==3.1.1
212+
total-perspective-vortex==3.1.2
206213
trio==0.31.0
207214
trio-websocket==0.12.2
208215
tuspy==1.1.0
209216
twill==3.3.1
210217
twine==6.2.0
211-
types-cachetools==6.2.0.20250827
218+
types-cachetools==6.2.0.20251022
212219
types-requests==2.31.0.6 ; python_full_version < '3.10'
213220
types-requests==2.32.4.20250913 ; python_full_version >= '3.10'
214221
types-urllib3==1.26.25.14 ; python_full_version < '3.10'

lib/galaxy/dependencies/pinned-lint-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ flake8-bugbear==24.12.12
44
mccabe==0.7.0
55
pycodestyle==2.14.0
66
pyflakes==3.4.0
7-
ruff==0.14.0
7+
ruff==0.14.2

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ adal==1.2.7
55
aiobotocore==2.25.0
66
aiofiles==25.1.0
77
aiohappyeyeballs==2.6.1
8-
aiohttp==3.13.0
8+
aiohttp==3.13.1
99
aioitertools==0.12.0
1010
aiosignal==1.4.0
11-
alembic==1.16.5
11+
alembic==1.16.5 ; python_full_version < '3.10'
12+
alembic==1.17.0 ; python_full_version >= '3.10'
1213
amqp==5.3.1
1314
annotated-types==0.7.0
1415
anyio==4.11.0
1516
apispec==6.8.4
1617
appdirs==1.4.4
1718
arcp==0.2.1
18-
argcomplete==3.6.2
19+
argcomplete==3.6.3
1920
async-timeout==5.0.1 ; python_full_version < '3.11'
2021
attmap==0.13.2
2122
attrs==25.4.0
@@ -33,11 +34,11 @@ boto==2.49.0
3334
botocore==1.40.49
3435
bx-python==0.14.0
3536
cachecontrol==0.14.3
36-
cachetools==6.2.0
37+
cachetools==6.2.1
3738
celery==5.5.3
3839
certifi==2025.10.5
3940
cffi==2.0.0 ; implementation_name == 'pypy' or platform_python_implementation != 'PyPy'
40-
charset-normalizer==3.4.3
41+
charset-normalizer==3.4.4
4142
circus==0.19.0
4243
click==8.1.8 ; python_full_version < '3.10'
4344
click==8.3.0 ; python_full_version >= '3.10'
@@ -49,7 +50,7 @@ cloudbridge==3.2.0
4950
colorama==0.4.6 ; sys_platform == 'win32'
5051
coloredlogs==15.0.1
5152
conda-package-streaming==0.12.0
52-
cryptography==46.0.2
53+
cryptography==46.0.3
5354
ct3==3.4.0
5455
cwl-upgrader==1.2.12
5556
cwl-utils==0.40
@@ -75,23 +76,24 @@ frozenlist==1.8.0
7576
fs==2.4.16
7677
fsspec==2025.9.0
7778
future==1.0.0
78-
google-api-core==2.26.0
79+
google-api-core==2.27.0
7980
google-auth==2.41.1
80-
google-cloud-batch==0.17.37
81-
googleapis-common-protos==1.70.0
81+
google-cloud-batch==0.18.0
82+
googleapis-common-protos==1.71.0
8283
gravity==1.1.1
8384
greenlet==3.2.4 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64'
84-
grpcio==1.75.1
85-
grpcio-status==1.75.1
85+
grpcio==1.76.0
86+
grpcio-status==1.76.0
8687
gunicorn==23.0.0
8788
gxformat2==0.21.0
8889
h11==0.16.0
8990
h5grove==2.3.0
90-
h5py==3.14.0
91+
h5py==3.14.0 ; python_full_version < '3.10'
92+
h5py==3.15.1 ; python_full_version >= '3.10'
9193
httpcore==1.0.9
9294
httpx==0.28.1
9395
humanfriendly==10.0
94-
idna==3.10
96+
idna==3.11
9597
ijson==3.4.0.post0
9698
importlib-metadata==8.7.0 ; python_full_version < '3.10'
9799
importlib-resources==6.5.2 ; python_full_version < '3.12'
@@ -106,7 +108,7 @@ jsonschema==4.25.1
106108
jsonschema-specifications==2025.9.1
107109
kombu==5.5.4
108110
lagom==2.7.7
109-
legacy-cgi==2.6.3 ; python_full_version >= '3.13'
111+
legacy-cgi==2.6.4 ; python_full_version >= '3.13'
110112
limits==4.2 ; python_full_version < '3.10'
111113
limits==5.6.0 ; python_full_version >= '3.10'
112114
lxml==6.0.2
@@ -129,10 +131,10 @@ nodejs-wheel==22.20.0
129131
nodejs-wheel-binaries==22.20.0
130132
numpy==2.0.2 ; python_full_version < '3.10'
131133
numpy==2.2.6 ; python_full_version == '3.10.*'
132-
numpy==2.3.3 ; python_full_version >= '3.11'
134+
numpy==2.3.4 ; python_full_version >= '3.11'
133135
oauthlib==3.3.1
134136
openpyxl==3.1.5
135-
orjson==3.11.3
137+
orjson==3.11.4
136138
oyaml==1.0
137139
packaging==24.2 ; python_full_version < '3.10'
138140
packaging==25.0 ; python_full_version >= '3.10'
@@ -141,19 +143,20 @@ parsley==1.3
141143
paste==3.10.1
142144
pastedeploy==3.1.0
143145
pebble==5.1.3
144-
pillow==11.3.0
146+
pillow==11.3.0 ; python_full_version < '3.10'
147+
pillow==12.0.0 ; python_full_version >= '3.10'
145148
prompt-toolkit==3.0.52
146149
propcache==0.4.1
147150
proto-plus==1.26.1
148-
protobuf==6.32.1
151+
protobuf==6.33.0
149152
prov==1.5.1
150-
psutil==7.1.0
153+
psutil==7.1.2
151154
pulsar-galaxy-lib==0.15.11
152155
pyasn1==0.6.1
153156
pyasn1-modules==0.4.2
154157
pycparser==2.23 ; (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy') or (implementation_name == 'pypy' and platform_python_implementation == 'PyPy')
155158
pycryptodome==3.23.0
156-
pydantic==2.12.2
159+
pydantic==2.12.3
157160
pydantic-core==2.41.4
158161
pydantic-tes==0.2.0
159162
pydot==4.0.1
@@ -177,21 +180,23 @@ pytz==2025.2
177180
pyyaml==6.0.3
178181
pyzmq==27.1.0
179182
rdflib==7.2.1
180-
referencing==0.36.2
183+
referencing==0.36.2 ; python_full_version < '3.10'
184+
referencing==0.37.0 ; python_full_version >= '3.10'
181185
refgenconf==0.12.2
182-
regex==2025.9.18
186+
regex==2025.10.23
183187
repoze-lru==0.7
184188
requests==2.32.5
185189
requests-oauthlib==2.0.0
186190
requests-toolbelt==1.0.0
187191
requests-unixsocket==0.4.1
188192
rich==13.9.4
189193
rich-argparse==1.7.1
190-
rocrate==0.14.0
194+
rocrate==0.14.2
191195
routes==2.5.1
192-
rpds-py==0.27.1
196+
rpds-py==0.27.1 ; python_full_version < '3.10'
197+
rpds-py==0.28.0 ; python_full_version >= '3.10'
193198
rsa==4.9.1
194-
ruamel-yaml==0.18.15
199+
ruamel-yaml==0.18.16
195200
ruamel-yaml-clib==0.2.14 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
196201
s3fs==2025.9.0
197202
schema-salad==8.9.20250723145140
@@ -213,7 +218,7 @@ tenacity==9.1.2
213218
text-unidecode==1.3
214219
tifffile==2024.8.30 ; python_full_version < '3.10'
215220
tifffile==2025.5.10 ; python_full_version == '3.10.*'
216-
tifffile==2025.10.4 ; python_full_version >= '3.11'
221+
tifffile==2025.10.16 ; python_full_version >= '3.11'
217222
tinydb==4.8.2
218223
tomli==2.3.0 ; python_full_version < '3.11'
219224
tornado==6.5.2
@@ -227,8 +232,8 @@ tzlocal==5.3.1
227232
ubiquerg==0.8.1
228233
urllib3==1.26.20 ; python_full_version < '3.10'
229234
urllib3==2.5.0 ; python_full_version >= '3.10'
230-
uvicorn==0.37.0
231-
uvloop==0.21.0
235+
uvicorn==0.38.0
236+
uvloop==0.22.1
232237
vine==5.1.0
233238
wcwidth==0.2.14
234239
webencodings==0.5.1

0 commit comments

Comments
 (0)