Skip to content

Commit 077cd12

Browse files
authored
Merge pull request #20779 from galaxybot/dev_auto_update_dependencies
Update Python dependencies
2 parents 4477408 + e0cbc7d commit 077cd12

File tree

5 files changed

+32
-31
lines changed

5 files changed

+32
-31
lines changed

lib/galaxy/dependencies/dev-requirements.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.10.0
9-
ase==3.25.0
9+
ase==3.26.0
1010
async-timeout==5.0.1 ; python_full_version < '3.11'
1111
attrs==25.3.0
1212
axe-selenium-python==2.1.6
@@ -20,7 +20,7 @@ cachecontrol==0.14.3
2020
cattrs==25.1.1
2121
certifi==2025.8.3
2222
cffi==1.17.1
23-
charset-normalizer==3.4.2
23+
charset-normalizer==3.4.3
2424
click==8.1.8 ; python_full_version < '3.10'
2525
click==8.2.1 ; python_full_version >= '3.10'
2626
codespell==2.4.1
@@ -29,7 +29,7 @@ colorlog==6.9.0
2929
contourpy==1.3.0 ; python_full_version < '3.10'
3030
contourpy==1.3.2 ; python_full_version == '3.10.*'
3131
contourpy==1.3.3 ; python_full_version >= '3.11'
32-
coverage==7.10.2
32+
coverage==7.10.3
3333
cryptography==45.0.6
3434
cwltest==2.6.20250314152537
3535
cycler==0.12.1
@@ -41,9 +41,9 @@ docutils==0.21.2
4141
dogpile-cache==1.2.2
4242
enum-tools==0.12.0 ; python_full_version >= '3.10'
4343
exceptiongroup==1.3.0 ; python_full_version < '3.11'
44-
filelock==3.18.0
44+
filelock==3.19.1
4545
fluent-logger==0.11.1
46-
fonttools==4.59.0
46+
fonttools==4.59.1
4747
frozenlist==1.7.0
4848
galaxy-release-util==0.3.1
4949
graylint==1.1.1
@@ -73,20 +73,21 @@ jsonschema-specifications==2025.4.1
7373
junit-xml==1.9
7474
keyring==25.6.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
7575
kiwisolver==1.4.7 ; python_full_version < '3.10'
76-
kiwisolver==1.4.8 ; python_full_version >= '3.10'
76+
kiwisolver==1.4.9 ; python_full_version >= '3.10'
7777
lxml==5.4.0
7878
markdown-it-py==3.0.0
7979
markdown-it-reporter==0.0.2
8080
markupsafe==3.0.2
8181
matplotlib==3.9.4 ; python_full_version < '3.10'
8282
matplotlib==3.10.5 ; python_full_version >= '3.10'
83-
mdit-py-plugins==0.4.2
83+
mdit-py-plugins==0.4.2 ; python_full_version < '3.10'
84+
mdit-py-plugins==0.5.0 ; python_full_version >= '3.10'
8485
mdurl==0.1.2
8586
mirakuru==2.6.1
8687
mistune==3.0.2
8788
more-itertools==10.7.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
8889
msgpack==1.1.1
89-
multidict==6.6.3
90+
multidict==6.6.4
9091
mypy-extensions==1.1.0
9192
myst-parser==3.0.1 ; python_full_version < '3.10'
9293
myst-parser==4.0.1 ; python_full_version >= '3.10'
@@ -101,7 +102,7 @@ owlrl==7.1.4 ; python_full_version >= '3.10'
101102
packaging==24.2 ; python_full_version < '3.10'
102103
packaging==25.0 ; python_full_version >= '3.10'
103104
pathspec==0.12.1
104-
pbr==6.1.1
105+
pbr==7.0.0
105106
pfzy==0.3.4
106107
pillow==11.3.0
107108
pkce==1.0.3
@@ -167,7 +168,7 @@ scipy==1.15.3 ; python_full_version == '3.10.*'
167168
scipy==1.16.1 ; python_full_version >= '3.11'
168169
secretstorage==3.3.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
169170
selenium==4.32.0 ; python_full_version < '3.10'
170-
selenium==4.34.2 ; python_full_version >= '3.10'
171+
selenium==4.35.0 ; python_full_version >= '3.10'
171172
seletools==1.5.0
172173
setuptools==80.9.0
173174
six==1.17.0

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.8
7+
ruff==0.12.9

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv export --frozen --no-annotate --no-hashes --no-dev
33
a2wsgi==1.10.10
44
adal==1.2.7
5-
aiobotocore==2.24.0
5+
aiobotocore==2.24.1
66
aiofiles==24.1.0
77
aiohappyeyeballs==2.6.1
88
aiohttp==3.12.15
@@ -36,7 +36,7 @@ cachecontrol==0.14.3
3636
celery==5.5.3
3737
certifi==2025.8.3
3838
cffi==1.17.1
39-
charset-normalizer==3.4.2
39+
charset-normalizer==3.4.3
4040
circus==0.19.0
4141
click==8.1.8 ; python_full_version < '3.10'
4242
click==8.2.1 ; python_full_version >= '3.10'
@@ -66,7 +66,7 @@ email-validator==2.2.0
6666
et-xmlfile==2.0.0
6767
exceptiongroup==1.3.0 ; python_full_version < '3.11'
6868
fastapi-slim==0.116.1
69-
filelock==3.18.0
69+
filelock==3.19.1
7070
fissix==24.4.24
7171
frozenlist==1.7.0
7272
fs==2.4.16
@@ -110,7 +110,7 @@ mistune==3.0.2
110110
mrcfile==1.5.4
111111
msal==1.33.0
112112
msgpack==1.1.1
113-
multidict==6.6.3
113+
multidict==6.6.4
114114
mypy-extensions==1.1.0
115115
networkx==3.2.1 ; python_full_version < '3.10'
116116
networkx==3.4.2 ; python_full_version == '3.10.*'
@@ -121,7 +121,7 @@ numpy==2.2.6 ; python_full_version == '3.10.*'
121121
numpy==2.3.2 ; python_full_version >= '3.11'
122122
oauthlib==3.3.1
123123
openpyxl==3.1.5
124-
orjson==3.11.1
124+
orjson==3.11.2
125125
oyaml==1.0
126126
packaging==24.2 ; python_full_version < '3.10'
127127
packaging==25.0 ; python_full_version >= '3.10'
@@ -143,7 +143,7 @@ pydantic-core==2.33.2
143143
pydantic-tes==0.2.0
144144
pydot==4.0.1
145145
pyeventsystem==0.1.0
146-
pyfaidx==0.8.1.4
146+
pyfaidx==0.8.2
147147
pygments==2.19.2
148148
pyjwt==2.10.1
149149
pykwalify==1.8.0
@@ -187,7 +187,7 @@ sniffio==1.3.1
187187
social-auth-core==4.7.0
188188
sortedcontainers==2.4.0
189189
spython==0.3.14
190-
sqlalchemy==2.0.42
190+
sqlalchemy==2.0.43
191191
sqlparse==0.5.3
192192
starlette==0.47.2
193193
starlette-context==0.4.0
@@ -218,7 +218,7 @@ wcwidth==0.2.13
218218
webencodings==0.5.1
219219
webob==1.8.9
220220
whoosh==2.7.4
221-
wrapt==1.17.2
221+
wrapt==1.17.3
222222
yacman==0.9.3
223223
yarl==1.20.1
224224
zipp==3.23.0 ; python_full_version < '3.10'

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ aiohappyeyeballs==2.6.1
44
aiohttp==3.12.15
55
aiosignal==1.4.0
66
anyio==4.10.0
7-
ase==3.25.0
7+
ase==3.26.0
88
async-timeout==5.0.1 ; python_full_version < '3.11'
99
attrs==25.3.0
1010
axe-selenium-python==2.1.6
@@ -14,25 +14,25 @@ cachecontrol==0.14.3
1414
cattrs==25.1.1
1515
certifi==2025.8.3
1616
cffi==1.17.1 ; implementation_name != 'pypy' and os_name == 'nt'
17-
charset-normalizer==3.4.2
17+
charset-normalizer==3.4.3
1818
click==8.1.8 ; python_full_version < '3.10'
1919
click==8.2.1 ; python_full_version >= '3.10'
2020
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.*'
2424
contourpy==1.3.3 ; python_full_version >= '3.11'
25-
coverage==7.10.2
25+
coverage==7.10.3
2626
cwltest==2.6.20250314152537
2727
cycler==0.12.1
2828
decorator==5.2.1
2929
defusedxml==0.7.1
3030
dogpile-cache==1.2.2
3131
enum-tools==0.12.0 ; python_full_version >= '3.10'
3232
exceptiongroup==1.3.0 ; python_full_version < '3.11'
33-
filelock==3.18.0
33+
filelock==3.19.1
3434
fluent-logger==0.11.1
35-
fonttools==4.59.0
35+
fonttools==4.59.1
3636
frozenlist==1.7.0
3737
greenlet==3.2.4
3838
h11==0.16.0
@@ -52,7 +52,7 @@ jsonschema==4.25.0
5252
jsonschema-specifications==2025.4.1
5353
junit-xml==1.9
5454
kiwisolver==1.4.7 ; python_full_version < '3.10'
55-
kiwisolver==1.4.8 ; python_full_version >= '3.10'
55+
kiwisolver==1.4.9 ; python_full_version >= '3.10'
5656
lxml==5.4.0
5757
markdown-it-py==3.0.0
5858
markupsafe==3.0.2
@@ -62,7 +62,7 @@ mdurl==0.1.2
6262
mirakuru==2.6.1
6363
mistune==3.0.2
6464
msgpack==1.1.1
65-
multidict==6.6.3
65+
multidict==6.6.4
6666
mypy-extensions==1.1.0
6767
numpy==2.0.2 ; python_full_version < '3.10'
6868
numpy==2.2.6 ; python_full_version == '3.10.*'
@@ -73,7 +73,7 @@ owlrl==6.0.2 ; python_full_version < '3.10'
7373
owlrl==7.1.4 ; python_full_version >= '3.10'
7474
packaging==24.2 ; python_full_version < '3.10'
7575
packaging==25.0 ; python_full_version >= '3.10'
76-
pbr==6.1.1
76+
pbr==7.0.0
7777
pfzy==0.3.4
7878
pillow==11.3.0
7979
pkce==1.0.3
@@ -129,7 +129,7 @@ scipy==1.13.1 ; python_full_version < '3.10'
129129
scipy==1.15.3 ; python_full_version == '3.10.*'
130130
scipy==1.16.1 ; python_full_version >= '3.11'
131131
selenium==4.32.0 ; python_full_version < '3.10'
132-
selenium==4.34.2 ; python_full_version >= '3.10'
132+
selenium==4.35.0 ; python_full_version >= '3.10'
133133
seletools==1.5.0
134134
setuptools==80.9.0
135135
six==1.17.0

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

Lines changed: 3 additions & 3 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=typecheck
33
annotated-types==0.7.0
4-
boto3-stubs==1.40.6
4+
boto3-stubs==1.40.11
55
botocore-stubs==1.38.46
66
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
77
cryptography==45.0.6
@@ -14,12 +14,12 @@ 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.5
17+
types-awscrt==0.27.6
1818
types-bleach==6.2.0.20250809
1919
types-boto==2.49.18.20241019
2020
types-contextvars==2.4.7.3
2121
types-dataclasses==0.6.6
22-
types-docutils==0.21.0.20250809
22+
types-docutils==0.22.0.20250814
2323
types-html5lib==1.1.11.20250809
2424
types-markdown==3.8.0.20250809
2525
types-paramiko==4.0.0.20250809

0 commit comments

Comments
 (0)