Skip to content

Commit 3c99dd7

Browse files
committed
update dependencies
1 parent ce53acb commit 3c99dd7

File tree

4 files changed

+27
-25
lines changed

4 files changed

+27
-25
lines changed

lib/galaxy/dependencies/dev-requirements.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fonttools==4.57.0
4646
frozenlist==1.6.0
4747
galaxy-release-util==0.2.0
4848
graylint==1.1.1
49-
greenlet==3.2.0
49+
greenlet==3.2.1
5050
h11==0.14.0
5151
html5lib==1.1
5252
httpcore==1.0.8
@@ -67,12 +67,12 @@ jeepney==0.9.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' a
6767
jinja2==3.1.6
6868
jmespath==1.0.1
6969
jsonschema==4.23.0
70-
jsonschema-specifications==2024.10.1
70+
jsonschema-specifications==2025.4.1
7171
junit-xml==1.9
7272
keyring==25.6.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
7373
kiwisolver==1.4.7 ; python_full_version < '3.10'
7474
kiwisolver==1.4.8 ; python_full_version >= '3.10'
75-
lxml==5.3.2
75+
lxml==5.4.0
7676
markdown-it-py==3.0.0
7777
markdown-it-reporter==0.0.2
7878
markupsafe==3.0.2
@@ -82,10 +82,10 @@ mdit-py-plugins==0.4.2
8282
mdurl==0.1.2
8383
mirakuru==2.6.0
8484
mistune==3.0.2
85-
more-itertools==10.6.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
85+
more-itertools==10.7.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
8686
msgpack==1.1.0
8787
multidict==6.4.3
88-
mypy-extensions==1.0.0
88+
mypy-extensions==1.1.0
8989
myst-parser==3.0.1 ; python_full_version < '3.10'
9090
myst-parser==4.0.1 ; python_full_version >= '3.10'
9191
nh3==0.2.21
@@ -94,7 +94,8 @@ numpy==2.2.5 ; python_full_version >= '3.10'
9494
onedatafilerestclient==21.2.5.2
9595
outcome==1.3.0.post0
9696
owlrl==6.0.2
97-
packaging==24.2
97+
packaging==24.2 ; python_full_version < '3.10'
98+
packaging==25.0 ; python_full_version >= '3.10'
9899
pathspec==0.12.1
99100
pbr==6.1.1
100101
pfzy==0.3.4
@@ -105,7 +106,7 @@ playwright==1.51.0
105106
pluggy==1.5.0
106107
port-for==0.7.4
107108
prettytable==3.16.0
108-
prompt-toolkit==3.0.50
109+
prompt-toolkit==3.0.51
109110
propcache==0.3.1
110111
psutil==7.0.0 ; sys_platform != 'cygwin'
111112
psycopg==3.2.6
@@ -144,11 +145,11 @@ requests-cache==1.2.1
144145
requests-toolbelt==1.0.0
145146
responses==0.25.7
146147
rfc3986==2.0.0
147-
rich==14.0.0
148+
rich==13.9.4
148149
rich-click==1.8.8
149150
roc-validator==0.4.2 ; python_full_version < '3.9.20'
150151
roc-validator==0.4.6 ; python_full_version >= '3.9.20' and python_full_version < '3.10'
151-
roc-validator==0.6.3 ; python_full_version >= '3.10'
152+
roc-validator==0.6.4 ; python_full_version >= '3.10'
152153
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
153154
rpds-py==0.24.0
154155
ruamel-yaml==0.18.10
@@ -161,7 +162,7 @@ scipy==1.15.2 ; python_full_version >= '3.10'
161162
secretstorage==3.3.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
162163
selenium==4.31.0
163164
seletools==1.5.0
164-
setuptools==79.0.0
165+
setuptools==79.0.1
165166
six==1.17.0
166167
sniffio==1.3.1
167168
snowballstemmer==2.2.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
attrs==25.3.0
2-
flake8==7.1.2
2+
flake8==7.2.0
33
flake8-bugbear==24.12.12
44
mccabe==0.7.0
55
pycodestyle==2.13.0

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fs==2.4.16
7171
fsspec==2025.3.2
7272
future==1.0.0
7373
gravity==1.0.7
74-
greenlet==3.2.0 ; (python_full_version < '3.14' and platform_machine == 'AMD64') or (python_full_version < '3.14' and platform_machine == 'WIN32') or (python_full_version < '3.14' and platform_machine == 'aarch64') or (python_full_version < '3.14' and platform_machine == 'amd64') or (python_full_version < '3.14' and platform_machine == 'ppc64le') or (python_full_version < '3.14' and platform_machine == 'win32') or (python_full_version < '3.14' and platform_machine == 'x86_64')
74+
greenlet==3.2.1 ; (python_full_version < '3.14' and platform_machine == 'AMD64') or (python_full_version < '3.14' and platform_machine == 'WIN32') or (python_full_version < '3.14' and platform_machine == 'aarch64') or (python_full_version < '3.14' and platform_machine == 'amd64') or (python_full_version < '3.14' and platform_machine == 'ppc64le') or (python_full_version < '3.14' and platform_machine == 'win32') or (python_full_version < '3.14' and platform_machine == 'x86_64')
7575
gunicorn==23.0.0
7676
gxformat2==0.20.0
7777
h11==0.14.0
@@ -88,13 +88,13 @@ jinja2==3.1.6
8888
jmespath==1.0.1
8989
jsonref==1.1.0
9090
jsonschema==4.23.0
91-
jsonschema-specifications==2024.10.1
91+
jsonschema-specifications==2025.4.1
9292
kombu==5.5.3
9393
lagom==2.7.5
9494
legacy-cgi==2.6.3 ; python_full_version >= '3.13'
9595
limits==4.2 ; python_full_version < '3.10'
96-
limits==5.0.0 ; python_full_version >= '3.10'
97-
lxml==5.3.2
96+
limits==5.1.0 ; python_full_version >= '3.10'
97+
lxml==5.4.0
9898
mako==1.3.10
9999
markdown==3.8
100100
markdown-it-py==3.0.0
@@ -106,7 +106,7 @@ mrcfile==1.5.4
106106
msal==1.32.0
107107
msgpack==1.1.0
108108
multidict==6.4.3
109-
mypy-extensions==1.0.0
109+
mypy-extensions==1.1.0
110110
networkx==3.2.1 ; python_full_version < '3.10'
111111
networkx==3.4.2 ; python_full_version >= '3.10'
112112
nodeenv==1.9.1
@@ -115,7 +115,8 @@ numpy==2.2.5 ; python_full_version >= '3.10'
115115
oauthlib==3.2.2
116116
orjson==3.10.16
117117
oyaml==1.0
118-
packaging==24.2
118+
packaging==24.2 ; python_full_version < '3.10'
119+
packaging==25.0 ; python_full_version >= '3.10'
119120
paramiko==3.5.1
120121
parsley==1.3
121122
paste==3.10.1
@@ -161,7 +162,7 @@ requests==2.32.3
161162
requests-oauthlib==2.0.0
162163
requests-toolbelt==1.0.0
163164
requests-unixsocket==0.4.1
164-
rich==14.0.0
165+
rich==13.9.4
165166
rich-argparse==1.7.0
166167
rocrate==0.13.0
167168
routes==2.5.1
@@ -170,7 +171,7 @@ ruamel-yaml==0.18.10
170171
ruamel-yaml-clib==0.2.12 ; python_full_version < '3.13' and platform_python_implementation == 'CPython'
171172
s3fs==2025.3.2
172173
schema-salad==8.9.20250408123006
173-
setuptools==79.0.0
174+
setuptools==79.0.1
174175
setuptools-scm==5.0.2
175176
six==1.17.0
176177
slowapi==0.1.9

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.37.38
5-
botocore-stubs==1.37.38
4+
boto3-stubs==1.38.1
5+
botocore-stubs==1.38.1
66
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
77
cryptography==44.0.2
88
lxml-stubs==0.5.1
99
mypy==1.15.0
10-
mypy-boto3-s3==1.37.24
11-
mypy-extensions==1.0.0
10+
mypy-boto3-s3==1.38.0
11+
mypy-extensions==1.1.0
1212
pycparser==2.22 ; platform_python_implementation != 'PyPy'
1313
pydantic==2.11.3
1414
pydantic-core==2.33.1
15-
setuptools==79.0.0
15+
setuptools==79.0.1
1616
tomli==2.2.1 ; python_full_version < '3.11'
1717
types-awscrt==0.26.1
1818
types-bleach==6.2.0.20241123
@@ -28,7 +28,7 @@ types-python-slugify==8.0.2.20240310
2828
types-pyyaml==6.0.12.20250402
2929
types-requests==2.31.0.6 ; python_full_version < '3.10'
3030
types-requests==2.32.0.20250328 ; python_full_version >= '3.10'
31-
types-s3transfer==0.11.5
31+
types-s3transfer==0.12.0
3232
types-setuptools==79.0.0.20250422
3333
types-six==1.17.0.20250403
3434
types-urllib3==1.26.25.14 ; python_full_version < '3.10'

0 commit comments

Comments
 (0)