Skip to content

Commit b8d32e4

Browse files
galaxybotgithub-actions[bot]
authored andcommitted
Update Python dependencies
by running `make update-dependencies`.
1 parent e73a28c commit b8d32e4

File tree

5 files changed

+37
-36
lines changed

5 files changed

+37
-36
lines changed

lib/galaxy/dependencies/dev-requirements.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ boto3==1.40.18
1818
botocore==1.40.18
1919
build==1.3.0
2020
cachecontrol==0.14.3
21-
cachetools==5.5.2
21+
cachetools==6.2.0
2222
cattrs==25.2.0
2323
certifi==2025.8.3
2424
cffi==2.0.0 ; (implementation_name != 'pypy' and os_name == 'nt') or platform_python_implementation != 'PyPy'
@@ -32,7 +32,7 @@ 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'
3434
coverage==7.10.7
35-
cryptography==46.0.1
35+
cryptography==46.0.2
3636
cwltest==2.6.20250818005349
3737
cycler==0.12.1
3838
darker==3.0.0
@@ -45,7 +45,7 @@ enum-tools==0.12.0 ; python_full_version >= '3.10'
4545
exceptiongroup==1.3.0 ; python_full_version < '3.11'
4646
filelock==3.19.1
4747
fluent-logger==0.11.1
48-
fonttools==4.60.0
48+
fonttools==4.60.1
4949
frozenlist==1.7.0
5050
galaxy-release-util==0.3.1
5151
greenlet==3.2.4
@@ -62,7 +62,7 @@ importlib-resources==6.5.2 ; python_full_version < '3.10'
6262
iniconfig==2.1.0
6363
inquirerpy==0.3.4
6464
isodate==0.7.2 ; python_full_version < '3.11'
65-
isort==6.0.1
65+
isort==6.1.0
6666
jaraco-classes==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
6767
jaraco-context==6.0.1 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
6868
jaraco-functools==4.3.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
@@ -80,7 +80,7 @@ kiwisolver==1.4.9 ; python_full_version >= '3.10'
8080
lxml==6.0.2
8181
markdown-it-py==3.0.0
8282
markdown-it-reporter==0.0.2
83-
markupsafe==3.0.2
83+
markupsafe==3.0.3
8484
matplotlib==3.9.4 ; python_full_version < '3.10'
8585
matplotlib==3.10.6 ; python_full_version >= '3.10'
8686
mdit-py-plugins==0.4.2 ; python_full_version < '3.10'
@@ -112,7 +112,8 @@ pkce==1.0.3
112112
platformdirs==4.4.0
113113
playwright==1.55.0
114114
pluggy==1.6.0
115-
port-for==0.7.4
115+
port-for==0.7.4 ; python_full_version < '3.10'
116+
port-for==1.0.0 ; python_full_version >= '3.10'
116117
prettytable==3.16.0
117118
prompt-toolkit==3.0.52
118119
propcache==0.3.2
@@ -164,7 +165,7 @@ roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
164165
rpds-py==0.27.1
165166
ruamel-yaml==0.18.15
166167
ruamel-yaml-clib==0.2.14 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
167-
rucio-clients==38.2.0
168+
rucio-clients==38.3.0
168169
s3transfer==0.13.1
169170
schema-salad==8.9.20250723145140
170171
scipy==1.13.1 ; python_full_version < '3.10'
@@ -173,7 +174,7 @@ scipy==1.16.2 ; python_full_version >= '3.11'
173174
secretstorage==3.3.3 ; python_full_version < '3.10' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
174175
secretstorage==3.4.0 ; python_full_version >= '3.10' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
175176
selenium==4.32.0 ; python_full_version < '3.10'
176-
selenium==4.35.0 ; python_full_version >= '3.10'
177+
selenium==4.36.0 ; python_full_version >= '3.10'
177178
seletools==1.5.0
178179
six==1.17.0
179180
sniffio==1.3.1
@@ -200,7 +201,7 @@ tinydb==4.8.2
200201
toml==0.10.2
201202
tomli==2.2.1 ; python_full_version <= '3.11'
202203
total-perspective-vortex==3.1.0
203-
trio==0.30.0
204+
trio==0.31.0
204205
trio-websocket==0.12.2
205206
tuspy==1.1.0
206207
twill==3.3.1
@@ -209,7 +210,7 @@ types-cachetools==6.2.0.20250827
209210
types-requests==2.31.0.6 ; python_full_version < '3.10'
210211
types-requests==2.32.4.20250913 ; python_full_version >= '3.10'
211212
types-urllib3==1.26.25.14 ; python_full_version < '3.10'
212-
typing-extensions==4.14.1
213+
typing-extensions==4.15.0
213214
tzdata==2025.2 ; sys_platform == 'win32'
214215
url-normalize==2.2.1
215216
urllib3==1.26.20 ; 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.13.2
7+
ruff==0.13.3

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ async-timeout==5.0.1 ; python_full_version < '3.11'
2020
attmap==0.13.2
2121
attrs==25.3.0
2222
babel==2.17.0
23-
bagit==1.8.1
23+
bagit==1.9.0
2424
bagit-profile==1.3.1
2525
bcrypt==5.0.0
26-
bdbag==1.7.5
26+
bdbag==1.8.0
2727
beaker==1.13.0
2828
billiard==4.2.2
2929
bioblend==1.6.0
@@ -33,7 +33,7 @@ boto==2.49.0
3333
botocore==1.40.18
3434
bx-python==0.14.0
3535
cachecontrol==0.14.3
36-
cachetools==5.5.2
36+
cachetools==6.2.0
3737
celery==5.5.3
3838
certifi==2025.8.3
3939
cffi==2.0.0 ; implementation_name == 'pypy' or platform_python_implementation != 'PyPy'
@@ -49,7 +49,7 @@ cloudbridge==3.2.0
4949
colorama==0.4.6 ; sys_platform == 'win32'
5050
coloredlogs==15.0.1
5151
conda-package-streaming==0.12.0
52-
cryptography==46.0.1
52+
cryptography==46.0.2
5353
ct3==3.4.0
5454
cwl-upgrader==1.2.12
5555
cwl-utils==0.40
@@ -67,15 +67,15 @@ edam-ontology==1.25.2
6767
email-validator==2.3.0
6868
et-xmlfile==2.0.0
6969
exceptiongroup==1.3.0 ; python_full_version < '3.11'
70-
fastapi-slim==0.117.1
70+
fastapi-slim==0.118.0
7171
filelock==3.19.1
7272
fissix==24.4.24
7373
frozenlist==1.7.0
7474
fs==2.4.16
7575
fsspec==2025.9.0
7676
future==1.0.0
77-
google-api-core==2.25.1
78-
google-auth==2.40.3
77+
google-api-core==2.25.2
78+
google-auth==2.41.1
7979
google-cloud-batch==0.17.37
8080
googleapis-common-protos==1.70.0
8181
gravity==1.1.1
@@ -107,12 +107,12 @@ kombu==5.5.4
107107
lagom==2.7.7
108108
legacy-cgi==2.6.3 ; python_full_version >= '3.13'
109109
limits==4.2 ; python_full_version < '3.10'
110-
limits==5.5.0 ; python_full_version >= '3.10'
110+
limits==5.6.0 ; python_full_version >= '3.10'
111111
lxml==6.0.2
112112
mako==1.3.10
113113
markdown==3.9
114114
markdown-it-py==3.0.0
115-
markupsafe==3.0.2
115+
markupsafe==3.0.3
116116
mdurl==0.1.2
117117
mercurial==7.1.1
118118
mistune==3.0.2
@@ -195,7 +195,6 @@ ruamel-yaml-clib==0.2.14 ; python_full_version < '3.14' and platform_python_impl
195195
s3fs==2025.9.0
196196
schema-salad==8.9.20250723145140
197197
setuptools==80.9.0
198-
setuptools-scm==9.2.0
199198
six==1.17.0
200199
slowapi==0.1.9
201200
sniffio==1.3.1
@@ -212,15 +211,15 @@ tenacity==9.1.2
212211
text-unidecode==1.3
213212
tifffile==2024.8.30 ; python_full_version < '3.10'
214213
tifffile==2025.5.10 ; python_full_version == '3.10.*'
215-
tifffile==2025.9.20 ; python_full_version >= '3.11'
214+
tifffile==2025.9.30 ; python_full_version >= '3.11'
216215
tinydb==4.8.2
217216
tomli==2.2.1 ; python_full_version < '3.11'
218217
tornado==6.5.2
219218
tqdm==4.67.1
220219
tuspy==1.1.0
221220
tuswsgi==0.5.5
222-
typing-extensions==4.14.1
223-
typing-inspection==0.4.1
221+
typing-extensions==4.15.0
222+
typing-inspection==0.4.2
224223
tzdata==2025.2
225224
tzlocal==5.3.1
226225
ubiquerg==0.8.1

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ backports-asyncio-runner==1.2.0 ; python_full_version < '3.11'
1212
boto3==1.40.18
1313
botocore==1.40.18
1414
cachecontrol==0.14.3
15-
cachetools==5.5.2
15+
cachetools==6.2.0
1616
cattrs==25.2.0
1717
certifi==2025.8.3
1818
cffi==2.0.0 ; implementation_name != 'pypy' and os_name == 'nt'
@@ -34,7 +34,7 @@ enum-tools==0.12.0 ; python_full_version >= '3.10'
3434
exceptiongroup==1.3.0 ; python_full_version < '3.11'
3535
filelock==3.19.1
3636
fluent-logger==0.11.1
37-
fonttools==4.60.0
37+
fonttools==4.60.1
3838
frozenlist==1.7.0
3939
greenlet==3.2.4
4040
h11==0.16.0
@@ -59,7 +59,7 @@ kiwisolver==1.4.7 ; python_full_version < '3.10'
5959
kiwisolver==1.4.9 ; python_full_version >= '3.10'
6060
lxml==6.0.2
6161
markdown-it-py==3.0.0
62-
markupsafe==3.0.2
62+
markupsafe==3.0.3
6363
matplotlib==3.9.4 ; python_full_version < '3.10'
6464
matplotlib==3.10.6 ; python_full_version >= '3.10'
6565
mdurl==0.1.2
@@ -85,7 +85,8 @@ pkce==1.0.3
8585
platformdirs==4.4.0
8686
playwright==1.55.0
8787
pluggy==1.6.0
88-
port-for==0.7.4
88+
port-for==0.7.4 ; python_full_version < '3.10'
89+
port-for==1.0.0 ; python_full_version >= '3.10'
8990
prettytable==3.16.0
9091
prompt-toolkit==3.0.52
9192
propcache==0.3.2
@@ -127,14 +128,14 @@ roc-validator==0.7.3 ; python_full_version >= '3.10'
127128
rpds-py==0.27.1
128129
ruamel-yaml==0.18.15
129130
ruamel-yaml-clib==0.2.14 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
130-
rucio-clients==38.2.0
131+
rucio-clients==38.3.0
131132
s3transfer==0.13.1
132133
schema-salad==8.9.20250723145140
133134
scipy==1.13.1 ; python_full_version < '3.10'
134135
scipy==1.15.3 ; python_full_version == '3.10.*'
135136
scipy==1.16.2 ; python_full_version >= '3.11'
136137
selenium==4.32.0 ; python_full_version < '3.10'
137-
selenium==4.35.0 ; python_full_version >= '3.10'
138+
selenium==4.36.0 ; python_full_version >= '3.10'
138139
seletools==1.5.0
139140
six==1.17.0
140141
sniffio==1.3.1
@@ -149,15 +150,15 @@ tinydb==4.8.2
149150
toml==0.10.2
150151
tomli==2.2.1 ; python_full_version <= '3.11'
151152
total-perspective-vortex==3.1.0
152-
trio==0.30.0
153+
trio==0.31.0
153154
trio-websocket==0.12.2
154155
tuspy==1.1.0
155156
twill==3.3.1
156157
types-cachetools==6.2.0.20250827
157158
types-requests==2.31.0.6 ; python_full_version < '3.10'
158159
types-requests==2.32.4.20250913 ; python_full_version >= '3.10'
159160
types-urllib3==1.26.25.14 ; python_full_version < '3.10'
160-
typing-extensions==4.14.1
161+
typing-extensions==4.15.0
161162
tzdata==2025.2 ; sys_platform == 'win32'
162163
url-normalize==2.2.1
163164
urllib3==1.26.20 ; python_full_version < '3.10'

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --frozen --no-annotate --no-hashes --only-group=typecheck
33
annotated-types==0.7.0
4-
boto3-stubs==1.40.40
4+
boto3-stubs==1.40.45
55
botocore-stubs==1.40.33
66
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
7-
cryptography==46.0.1
7+
cryptography==46.0.2
88
lxml-stubs==0.5.1
99
mypy==1.18.2
1010
mypy-boto3-s3==1.40.26
@@ -32,6 +32,6 @@ types-s3transfer==0.13.1
3232
types-setuptools==80.9.0.20250822
3333
types-six==1.17.0.20250515
3434
types-urllib3==1.26.25.14 ; python_full_version < '3.10'
35-
typing-extensions==4.14.1
36-
typing-inspection==0.4.1
35+
typing-extensions==4.15.0
36+
typing-inspection==0.4.2
3737
urllib3==2.5.0 ; python_full_version >= '3.10'

0 commit comments

Comments
 (0)