Skip to content

Commit 0153179

Browse files
authored
Merge pull request #20601 from galaxybot/dev_auto_update_dependencies
Update Python dependencies
2 parents 49f5f2c + 103c4b2 commit 0153179

5 files changed

Lines changed: 33 additions & 31 deletions

File tree

lib/galaxy/dependencies/dev-requirements.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv export --frozen --no-annotate --no-hashes --only-group=dev
33
aiohappyeyeballs==2.6.1
44
aiohttp==3.12.13
5-
aiosignal==1.3.2
5+
aiosignal==1.4.0
66
alabaster==0.7.16 ; python_full_version < '3.10'
77
alabaster==1.0.0 ; python_full_version >= '3.10'
88
anyio==4.9.0
@@ -28,8 +28,8 @@ colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
2828
colorlog==6.9.0
2929
contourpy==1.3.0 ; python_full_version < '3.10'
3030
contourpy==1.3.2 ; python_full_version >= '3.10'
31-
coverage==7.9.1
32-
cryptography==45.0.4
31+
coverage==7.9.2
32+
cryptography==45.0.5
3333
cwltest==2.6.20250314152537
3434
cycler==0.12.1
3535
darker==2.1.1
@@ -43,7 +43,7 @@ enum-tools==0.12.0 ; python_full_version >= '3.10'
4343
exceptiongroup==1.3.0 ; python_full_version < '3.11'
4444
filelock==3.18.0
4545
fluent-logger==0.11.1
46-
fonttools==4.58.4
46+
fonttools==4.58.5
4747
frozenlist==1.7.0
4848
galaxy-release-util==0.3.0
4949
graylint==1.1.1
@@ -82,11 +82,11 @@ matplotlib==3.9.4 ; python_full_version < '3.10'
8282
matplotlib==3.10.3 ; python_full_version >= '3.10'
8383
mdit-py-plugins==0.4.2
8484
mdurl==0.1.2
85-
mirakuru==2.6.0
85+
mirakuru==2.6.1
8686
mistune==3.0.2
8787
more-itertools==10.7.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
8888
msgpack==1.1.1
89-
multidict==6.6.0
89+
multidict==6.6.3
9090
mypy-extensions==1.1.0
9191
myst-parser==3.0.1 ; python_full_version < '3.10'
9292
myst-parser==4.0.1 ; python_full_version >= '3.10'
@@ -156,7 +156,7 @@ roc-validator==0.4.2 ; python_full_version < '3.9.20'
156156
roc-validator==0.4.6 ; python_full_version >= '3.9.20' and python_full_version < '3.10'
157157
roc-validator==0.7.3 ; python_full_version >= '3.10'
158158
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
159-
rpds-py==0.25.1
159+
rpds-py==0.26.0
160160
ruamel-yaml==0.18.14
161161
ruamel-yaml-clib==0.2.12 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
162162
rucio-clients==37.6.0
@@ -187,7 +187,8 @@ sphinxcontrib-serializinghtml==2.0.0
187187
statsd==4.0.1
188188
stevedore==5.4.1
189189
tabulate==0.9.0
190-
testfixtures==8.3.0
190+
testfixtures==8.3.0 ; python_full_version < '3.11'
191+
testfixtures==9.0.1 ; python_full_version >= '3.11'
191192
text-unidecode==1.3
192193
tinydb==4.8.2
193194
toml==0.10.2
@@ -197,7 +198,7 @@ trio-websocket==0.12.2
197198
tuspy==1.1.0
198199
twill==3.3
199200
twine==6.1.0
200-
typing-extensions==4.14.0
201+
typing-extensions==4.14.1
201202
tzdata==2025.2 ; sys_platform == 'win32'
202203
url-normalize==2.2.1
203204
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.12.1
7+
ruff==0.12.2

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aiofiles==24.1.0
77
aiohappyeyeballs==2.6.1
88
aiohttp==3.12.13
99
aioitertools==0.12.0
10-
aiosignal==1.3.2
10+
aiosignal==1.4.0
1111
alembic==1.16.2
1212
amqp==5.3.1
1313
annotated-types==0.7.0
@@ -47,8 +47,8 @@ cloudauthz==0.6.0
4747
cloudbridge==3.2.0
4848
colorama==0.4.6 ; sys_platform == 'win32'
4949
coloredlogs==15.0.1
50-
conda-package-streaming==0.11.0
51-
cryptography==45.0.4
50+
conda-package-streaming==0.12.0
51+
cryptography==45.0.5
5252
ct3==3.4.0
5353
cwl-upgrader==1.2.12
5454
cwl-utils==0.38
@@ -109,7 +109,7 @@ mistune==3.0.2
109109
mrcfile==1.5.4
110110
msal==1.32.3
111111
msgpack==1.1.1
112-
multidict==6.6.0
112+
multidict==6.6.3
113113
mypy-extensions==1.1.0
114114
networkx==3.2.1 ; python_full_version < '3.10'
115115
networkx==3.4.2 ; python_full_version == '3.10.*'
@@ -173,7 +173,7 @@ rich==13.9.4
173173
rich-argparse==1.7.1
174174
rocrate==0.14.0
175175
routes==2.5.1
176-
rpds-py==0.25.1
176+
rpds-py==0.26.0
177177
ruamel-yaml==0.18.14
178178
ruamel-yaml-clib==0.2.12 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
179179
s3fs==2025.5.1
@@ -204,14 +204,14 @@ tornado==6.5.1
204204
tqdm==4.67.1
205205
tuspy==1.1.0
206206
tuswsgi==0.5.5
207-
typing-extensions==4.14.0
207+
typing-extensions==4.14.1
208208
typing-inspection==0.4.1
209209
tzdata==2025.2
210210
tzlocal==5.3.1
211211
ubiquerg==0.8.1
212212
urllib3==1.26.20 ; python_full_version < '3.10'
213213
urllib3==2.5.0 ; python_full_version >= '3.10'
214-
uvicorn==0.34.3
214+
uvicorn==0.35.0
215215
uvloop==0.21.0
216216
vine==5.1.0
217217
wcwidth==0.2.13

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv export --frozen --no-annotate --no-hashes --only-group=test
33
aiohappyeyeballs==2.6.1
44
aiohttp==3.12.13
5-
aiosignal==1.3.2
5+
aiosignal==1.4.0
66
anyio==4.9.0
77
ase==3.25.0
88
async-timeout==5.0.1 ; python_full_version < '3.11'
@@ -21,7 +21,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
2121
colorlog==6.9.0
2222
contourpy==1.3.0 ; python_full_version < '3.10'
2323
contourpy==1.3.2 ; python_full_version >= '3.10'
24-
coverage==7.9.1
24+
coverage==7.9.2
2525
cwltest==2.6.20250314152537
2626
cycler==0.12.1
2727
decorator==5.2.1
@@ -31,7 +31,7 @@ enum-tools==0.12.0 ; python_full_version >= '3.10'
3131
exceptiongroup==1.3.0 ; python_full_version < '3.11'
3232
filelock==3.18.0
3333
fluent-logger==0.11.1
34-
fonttools==4.58.4
34+
fonttools==4.58.5
3535
frozenlist==1.7.0
3636
greenlet==3.2.3
3737
h11==0.16.0
@@ -58,10 +58,10 @@ markupsafe==3.0.2
5858
matplotlib==3.9.4 ; python_full_version < '3.10'
5959
matplotlib==3.10.3 ; python_full_version >= '3.10'
6060
mdurl==0.1.2
61-
mirakuru==2.6.0
61+
mirakuru==2.6.1
6262
mistune==3.0.2
6363
msgpack==1.1.1
64-
multidict==6.6.0
64+
multidict==6.6.3
6565
mypy-extensions==1.1.0
6666
numpy==2.0.2 ; python_full_version < '3.10'
6767
numpy==2.2.6 ; python_full_version == '3.10.*'
@@ -118,7 +118,7 @@ rich-click==1.8.9
118118
roc-validator==0.4.2 ; python_full_version < '3.9.20'
119119
roc-validator==0.4.6 ; python_full_version >= '3.9.20' and python_full_version < '3.10'
120120
roc-validator==0.7.3 ; python_full_version >= '3.10'
121-
rpds-py==0.25.1
121+
rpds-py==0.26.0
122122
ruamel-yaml==0.18.14
123123
ruamel-yaml-clib==0.2.12 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
124124
rucio-clients==37.6.0
@@ -136,7 +136,8 @@ sortedcontainers==2.4.0
136136
statsd==4.0.1
137137
stevedore==5.4.1
138138
tabulate==0.9.0
139-
testfixtures==8.3.0
139+
testfixtures==8.3.0 ; python_full_version < '3.11'
140+
testfixtures==9.0.1 ; python_full_version >= '3.11'
140141
text-unidecode==1.3
141142
tinydb==4.8.2
142143
toml==0.10.2
@@ -145,7 +146,7 @@ trio==0.30.0
145146
trio-websocket==0.12.2
146147
tuspy==1.1.0
147148
twill==3.3
148-
typing-extensions==4.14.0
149+
typing-extensions==4.14.1
149150
tzdata==2025.2 ; sys_platform == 'win32'
150151
url-normalize==2.2.1
151152
urllib3==1.26.20 ; python_full_version < '3.10'

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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.38.46
5-
botocore-stubs==1.38.30
4+
boto3-stubs==1.39.3
5+
botocore-stubs==1.38.46
66
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
7-
cryptography==45.0.4
7+
cryptography==45.0.5
88
lxml-stubs==0.5.1
99
mypy==1.16.1
10-
mypy-boto3-s3==1.38.44
10+
mypy-boto3-s3==1.39.2
1111
mypy-extensions==1.1.0
1212
pathspec==0.12.1
1313
pycparser==2.22 ; platform_python_implementation != 'PyPy'
1414
pydantic==2.11.7
1515
pydantic-core==2.33.2
1616
tomli==2.2.1 ; python_full_version < '3.11'
17-
types-awscrt==0.27.2
17+
types-awscrt==0.27.4
1818
types-bleach==6.2.0.20250514
1919
types-boto==2.49.18.20241019
2020
types-contextvars==2.4.7.3
@@ -32,6 +32,6 @@ types-s3transfer==0.13.0
3232
types-setuptools==80.9.0.20250529
3333
types-six==1.17.0.20250515
3434
types-urllib3==1.26.25.14 ; python_full_version < '3.10'
35-
typing-extensions==4.14.0
35+
typing-extensions==4.14.1
3636
typing-inspection==0.4.1
3737
urllib3==2.5.0 ; python_full_version >= '3.10'

0 commit comments

Comments
 (0)