Skip to content

Commit 1452581

Browse files
authored
Merge pull request #20732 from galaxybot/dev_auto_update_dependencies
Update Python dependencies
2 parents c320ccc + 220edb1 commit 1452581

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

lib/galaxy/dependencies/dev-requirements.txt

Lines changed: 11 additions & 12 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.12.14
4+
aiohttp==3.12.15
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'
@@ -15,28 +15,28 @@ backports-tarfile==1.2.0 ; python_full_version < '3.12' and platform_machine !=
1515
black==25.1.0
1616
boto3==1.39.8
1717
botocore==1.39.8
18-
build==1.2.2.post1
18+
build==1.3.0
1919
cachecontrol==0.14.3
2020
cattrs==25.1.1
2121
certifi==2025.7.14
2222
cffi==1.17.1
2323
charset-normalizer==3.4.2
2424
click==8.1.8 ; python_full_version < '3.10'
25-
click==8.2.1 ; python_full_version >= '3.10'
25+
click==8.2.2 ; python_full_version >= '3.10'
2626
codespell==2.4.1
2727
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'
30-
contourpy==1.3.2 ; python_full_version >= '3.10'
31-
coverage==7.10.0
30+
contourpy==1.3.2 ; python_full_version == '3.10.*'
31+
contourpy==1.3.3 ; python_full_version >= '3.11'
32+
coverage==7.10.1
3233
cryptography==45.0.5
3334
cwltest==2.6.20250314152537
3435
cycler==0.12.1
3536
darker==2.1.1
3637
darkgraylib==1.2.1
3738
decorator==5.2.1
3839
defusedxml==0.7.1
39-
deprecated==1.2.18
4040
docutils==0.21.2
4141
dogpile-cache==1.2.2
4242
enum-tools==0.12.0 ; python_full_version >= '3.10'
@@ -45,7 +45,7 @@ filelock==3.18.0
4545
fluent-logger==0.11.1
4646
fonttools==4.59.0
4747
frozenlist==1.7.0
48-
galaxy-release-util==0.3.0
48+
galaxy-release-util==0.3.1
4949
graylint==1.1.1
5050
greenlet==3.2.3
5151
h11==0.16.0
@@ -79,7 +79,7 @@ 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'
82-
matplotlib==3.10.3 ; python_full_version >= '3.10'
82+
matplotlib==3.10.5 ; python_full_version >= '3.10'
8383
mdit-py-plugins==0.4.2
8484
mdurl==0.1.2
8585
mirakuru==2.6.1
@@ -97,7 +97,7 @@ numpy==2.3.2 ; python_full_version >= '3.11'
9797
onedatafilerestclient==21.2.5.2
9898
outcome==1.3.0.post0
9999
owlrl==6.0.2 ; python_full_version < '3.10'
100-
owlrl==7.1.3 ; python_full_version >= '3.10'
100+
owlrl==7.1.4 ; python_full_version >= '3.10'
101101
packaging==24.2 ; python_full_version < '3.10'
102102
packaging==25.0 ; python_full_version >= '3.10'
103103
pathspec==0.12.1
@@ -116,7 +116,7 @@ psutil==7.0.0 ; sys_platform != 'cygwin'
116116
psycopg==3.2.9
117117
pycparser==2.22
118118
pyee==13.0.0
119-
pygithub==2.6.1
119+
pygithub==2.7.0
120120
pygments==2.19.2
121121
pyjwt==2.10.1
122122
pynacl==1.5.0
@@ -164,7 +164,7 @@ s3transfer==0.13.1
164164
schema-salad==8.9.20250723145140
165165
scipy==1.13.1 ; python_full_version < '3.10'
166166
scipy==1.15.3 ; python_full_version == '3.10.*'
167-
scipy==1.16.0 ; python_full_version >= '3.11'
167+
scipy==1.16.1 ; python_full_version >= '3.11'
168168
secretstorage==3.3.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
169169
selenium==4.32.0 ; python_full_version < '3.10'
170170
selenium==4.34.2 ; python_full_version >= '3.10'
@@ -209,7 +209,6 @@ wcwidth==0.2.13
209209
webencodings==0.5.1 ; python_full_version < '3.10'
210210
websocket-client==1.8.0
211211
werkzeug==3.1.3
212-
wrapt==1.17.2
213212
wsproto==1.2.0
214213
yarl==1.20.1
215214
zipp==3.23.0 ; python_full_version < '3.12'

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.5
7+
ruff==0.12.7

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ adal==1.2.7
55
aiobotocore==2.23.2
66
aiofiles==24.1.0
77
aiohappyeyeballs==2.6.1
8-
aiohttp==3.12.14
8+
aiohttp==3.12.15
99
aioitertools==0.12.0
1010
aiosignal==1.4.0
1111
alembic==1.16.4
@@ -31,15 +31,15 @@ bleach==6.2.0
3131
boltons==25.0.0
3232
boto==2.49.0
3333
botocore==1.39.8
34-
bx-python==0.13.0
34+
bx-python==0.14.0
3535
cachecontrol==0.14.3
3636
celery==5.5.3
3737
certifi==2025.7.14
3838
cffi==1.17.1
3939
charset-normalizer==3.4.2
4040
circus==0.19.0
4141
click==8.1.8 ; python_full_version < '3.10'
42-
click==8.2.1 ; python_full_version >= '3.10'
42+
click==8.2.2 ; python_full_version >= '3.10'
4343
click-didyoumean==0.3.1
4444
click-plugins==1.1.1.2
4545
click-repl==0.3.0
@@ -128,7 +128,7 @@ paramiko==3.5.1
128128
parsley==1.3
129129
paste==3.10.1
130130
pastedeploy==3.1.0
131-
pebble==5.1.2
131+
pebble==5.1.3
132132
pillow==11.3.0
133133
prompt-toolkit==3.0.51
134134
propcache==0.3.2
@@ -163,7 +163,7 @@ pyzmq==27.0.0
163163
rdflib==7.1.4
164164
referencing==0.36.2
165165
refgenconf==0.12.2
166-
regex==2024.11.6
166+
regex==2025.7.34
167167
repoze-lru==0.7
168168
requests==2.32.4
169169
requests-oauthlib==2.0.0
@@ -186,7 +186,7 @@ sniffio==1.3.1
186186
social-auth-core==4.7.0
187187
sortedcontainers==2.4.0
188188
spython==0.3.14
189-
sqlalchemy==2.0.40
189+
sqlalchemy==2.0.42
190190
sqlparse==0.5.3
191191
starlette==0.47.2
192192
starlette-context==0.4.0

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

Lines changed: 8 additions & 7 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=test
33
aiohappyeyeballs==2.6.1
4-
aiohttp==3.12.14
4+
aiohttp==3.12.15
55
aiosignal==1.4.0
66
anyio==4.9.0
77
ase==3.25.0
@@ -16,12 +16,13 @@ certifi==2025.7.14
1616
cffi==1.17.1 ; implementation_name != 'pypy' and os_name == 'nt'
1717
charset-normalizer==3.4.2
1818
click==8.1.8 ; python_full_version < '3.10'
19-
click==8.2.1 ; python_full_version >= '3.10'
19+
click==8.2.2 ; 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'
23-
contourpy==1.3.2 ; python_full_version >= '3.10'
24-
coverage==7.10.0
23+
contourpy==1.3.2 ; python_full_version == '3.10.*'
24+
contourpy==1.3.3 ; python_full_version >= '3.11'
25+
coverage==7.10.1
2526
cwltest==2.6.20250314152537
2627
cycler==0.12.1
2728
decorator==5.2.1
@@ -56,7 +57,7 @@ lxml==5.4.0
5657
markdown-it-py==3.0.0
5758
markupsafe==3.0.2
5859
matplotlib==3.9.4 ; python_full_version < '3.10'
59-
matplotlib==3.10.3 ; python_full_version >= '3.10'
60+
matplotlib==3.10.5 ; python_full_version >= '3.10'
6061
mdurl==0.1.2
6162
mirakuru==2.6.1
6263
mistune==3.0.2
@@ -69,7 +70,7 @@ numpy==2.3.2 ; python_full_version >= '3.11'
6970
onedatafilerestclient==21.2.5.2
7071
outcome==1.3.0.post0
7172
owlrl==6.0.2 ; python_full_version < '3.10'
72-
owlrl==7.1.3 ; python_full_version >= '3.10'
73+
owlrl==7.1.4 ; python_full_version >= '3.10'
7374
packaging==24.2 ; python_full_version < '3.10'
7475
packaging==25.0 ; python_full_version >= '3.10'
7576
pbr==6.1.1
@@ -126,7 +127,7 @@ s3transfer==0.13.1
126127
schema-salad==8.9.20250723145140
127128
scipy==1.13.1 ; python_full_version < '3.10'
128129
scipy==1.15.3 ; python_full_version == '3.10.*'
129-
scipy==1.16.0 ; python_full_version >= '3.11'
130+
scipy==1.16.1 ; python_full_version >= '3.11'
130131
selenium==4.32.0 ; python_full_version < '3.10'
131132
selenium==4.34.2 ; python_full_version >= '3.10'
132133
seletools==1.5.0

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
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.39.14
4+
boto3-stubs==1.40.1
55
botocore-stubs==1.38.46
66
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
77
cryptography==45.0.5
88
lxml-stubs==0.5.1
9-
mypy==1.17.0
10-
mypy-boto3-s3==1.39.5
9+
mypy==1.17.1
10+
mypy-boto3-s3==1.40.0
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.4
17+
types-awscrt==0.27.5
1818
types-bleach==6.2.0.20250514
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.20250722
22+
types-docutils==0.21.0.20250728
2323
types-html5lib==1.1.11.20250708
2424
types-markdown==3.8.0.20250708
25-
types-paramiko==3.5.0.20250708
25+
types-paramiko==3.5.0.20250801
2626
types-python-dateutil==2.9.0.20250708
2727
types-python-slugify==8.0.2.20240310
2828
types-pyyaml==6.0.12.20250516
2929
types-requests==2.31.0.6 ; python_full_version < '3.10'
3030
types-requests==2.32.4.20250611 ; python_full_version >= '3.10'
3131
types-s3transfer==0.13.0
32-
types-setuptools==80.9.0.20250529
32+
types-setuptools==80.9.0.20250801
3333
types-six==1.17.0.20250515
3434
types-urllib3==1.26.25.14 ; python_full_version < '3.10'
3535
typing-extensions==4.14.1

0 commit comments

Comments
 (0)