Skip to content

Commit ea422b2

Browse files
authored
Upgrade dependencies
* Upgrade Python requirements * Upgrade pre-commit dependencies
1 parent c65c6d8 commit ea422b2

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ repos:
44
hooks:
55
- id: end-of-file-fixer
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.12.12
7+
rev: v0.14.0
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]
1111
- id: ruff-format
1212
- repo: https://github.com/pre-commit/mirrors-mypy
13-
rev: v1.17.1
13+
rev: v1.18.2
1414
hooks:
1515
- id: mypy
1616
additional_dependencies:

requirements-dev.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
amclient==1.5.0
88
# via archivematica-acceptance-tests (pyproject.toml)
9-
attrs==25.3.0
9+
attrs==25.4.0
1010
# via
1111
# outcome
1212
# trio
@@ -16,7 +16,7 @@ build==1.3.0
1616
# via pip-tools
1717
cachetools==6.2.0
1818
# via tox
19-
certifi==2025.8.3
19+
certifi==2025.10.5
2020
# via
2121
# requests
2222
# selenium
@@ -32,7 +32,7 @@ colorama==0.4.6
3232
# tox
3333
cucumber-expressions==18.0.1
3434
# via behave
35-
cucumber-tag-expressions==6.2.0
35+
cucumber-tag-expressions==7.0.0
3636
# via behave
3737
distlib==0.4.0
3838
# via virtualenv
@@ -52,7 +52,7 @@ idna==3.10
5252
# trio
5353
importlib-metadata==8.7.0
5454
# via build
55-
lxml==6.0.1
55+
lxml==6.0.2
5656
# via
5757
# archivematica-acceptance-tests (pyproject.toml)
5858
# metsrw
@@ -75,7 +75,7 @@ parse-type==0.6.6
7575
# via behave
7676
pexpect==4.9.0
7777
# via archivematica-acceptance-tests (pyproject.toml)
78-
pip-tools==7.5.0
78+
pip-tools==7.5.1
7979
# via archivematica-acceptance-tests (pyproject.toml)
8080
platformdirs==4.4.0
8181
# via
@@ -97,9 +97,9 @@ requests==2.32.5
9797
# via
9898
# amclient
9999
# archivematica-acceptance-tests (pyproject.toml)
100-
ruff==0.12.12
100+
ruff==0.14.0
101101
# via archivematica-acceptance-tests (pyproject.toml)
102-
selenium==4.35.0
102+
selenium==4.36.0
103103
# via archivematica-acceptance-tests (pyproject.toml)
104104
six==1.17.0
105105
# via
@@ -118,15 +118,15 @@ tomli==2.2.1
118118
# pip-tools
119119
# pyproject-api
120120
# tox
121-
tox==4.30.2
121+
tox==4.30.3
122122
# via archivematica-acceptance-tests (pyproject.toml)
123-
trio==0.30.0
123+
trio==0.31.0
124124
# via
125125
# selenium
126126
# trio-websocket
127127
trio-websocket==0.12.2
128128
# via selenium
129-
typing-extensions==4.14.1
129+
typing-extensions==4.15.0
130130
# via
131131
# exceptiongroup
132132
# selenium
@@ -139,7 +139,7 @@ urllib3[socks]==2.5.0
139139
# selenium
140140
virtualenv==20.34.0
141141
# via tox
142-
websocket-client==1.8.0
142+
websocket-client==1.9.0
143143
# via selenium
144144
wheel==0.45.1
145145
# via pip-tools

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
amclient==1.5.0
88
# via archivematica-acceptance-tests (pyproject.toml)
9-
attrs==25.3.0
9+
attrs==25.4.0
1010
# via
1111
# outcome
1212
# trio
1313
behave==1.3.3
1414
# via archivematica-acceptance-tests (pyproject.toml)
15-
certifi==2025.8.3
15+
certifi==2025.10.5
1616
# via
1717
# requests
1818
# selenium
@@ -22,7 +22,7 @@ colorama==0.4.6
2222
# via behave
2323
cucumber-expressions==18.0.1
2424
# via behave
25-
cucumber-tag-expressions==6.2.0
25+
cucumber-tag-expressions==7.0.0
2626
# via behave
2727
exceptiongroup==1.3.0
2828
# via
@@ -34,7 +34,7 @@ idna==3.10
3434
# via
3535
# requests
3636
# trio
37-
lxml==6.0.1
37+
lxml==6.0.2
3838
# via
3939
# archivematica-acceptance-tests (pyproject.toml)
4040
# metsrw
@@ -60,7 +60,7 @@ requests==2.32.5
6060
# via
6161
# amclient
6262
# archivematica-acceptance-tests (pyproject.toml)
63-
selenium==4.35.0
63+
selenium==4.36.0
6464
# via archivematica-acceptance-tests (pyproject.toml)
6565
six==1.17.0
6666
# via
@@ -74,13 +74,13 @@ tenacity==9.1.2
7474
# via archivematica-acceptance-tests (pyproject.toml)
7575
tomli==2.2.1
7676
# via behave
77-
trio==0.30.0
77+
trio==0.31.0
7878
# via
7979
# selenium
8080
# trio-websocket
8181
trio-websocket==0.12.2
8282
# via selenium
83-
typing-extensions==4.14.1
83+
typing-extensions==4.15.0
8484
# via
8585
# exceptiongroup
8686
# selenium
@@ -89,7 +89,7 @@ urllib3[socks]==2.5.0
8989
# amclient
9090
# requests
9191
# selenium
92-
websocket-client==1.8.0
92+
websocket-client==1.9.0
9393
# via selenium
9494
win-unicode-console==0.5
9595
# via behave

0 commit comments

Comments
 (0)