Skip to content

Commit 6e9fb59

Browse files
authored
Update test requirements snapshot (#20031)
I actually wanted this for `librt`, but it looks like there is a bunch of other deps worth updating.
1 parent c928847 commit 6e9fb59

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

test-requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-r mypy-requirements.txt
55
-r build-requirements.txt
66
attrs>=18.0
7-
filelock>=3.3.0
7+
filelock>=3.3.0,<3.20.0 # latest version is not available on 3.9 that we still support
88
lxml>=5.3.0; python_version<'3.15'
99
psutil>=4.0
1010
pytest>=8.1.0
@@ -13,3 +13,4 @@ pytest-cov>=2.10.0
1313
setuptools>=75.1.0
1414
tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.9
1515
pre_commit>=3.5.0
16+
platformdirs<4.5.0 # latest version is not available on 3.9 that we still support

test-requirements.txt

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# pip-compile --allow-unsafe --output-file=test-requirements.txt --strip-extras test-requirements.in
66
#
7-
attrs==25.3.0
7+
attrs==25.4.0
88
# via -r test-requirements.in
99
cfgv==3.4.0
1010
# via pre-commit
11-
coverage==7.10.5
11+
coverage==7.10.7
1212
# via pytest-cov
1313
distlib==0.4.0
1414
# via virtualenv
@@ -18,13 +18,13 @@ filelock==3.19.1
1818
# via
1919
# -r test-requirements.in
2020
# virtualenv
21-
identify==2.6.13
21+
identify==2.6.15
2222
# via pre-commit
2323
iniconfig==2.1.0
2424
# via pytest
25-
librt==0.2.1
25+
librt==0.2.2
2626
# via -r mypy-requirements.txt
27-
lxml==6.0.1 ; python_version < "3.15"
27+
lxml==6.0.2 ; python_version < "3.15"
2828
# via -r test-requirements.in
2929
mypy-extensions==1.1.0
3030
# via -r mypy-requirements.txt
@@ -34,38 +34,40 @@ packaging==25.0
3434
# via pytest
3535
pathspec==0.12.1
3636
# via -r mypy-requirements.txt
37-
platformdirs==4.3.8
38-
# via virtualenv
37+
platformdirs==4.4.0
38+
# via
39+
# -r test-requirements.in
40+
# virtualenv
3941
pluggy==1.6.0
4042
# via
4143
# pytest
4244
# pytest-cov
4345
pre-commit==4.3.0
4446
# via -r test-requirements.in
45-
psutil==7.0.0
47+
psutil==7.1.0
4648
# via -r test-requirements.in
4749
pygments==2.19.2
4850
# via pytest
49-
pytest==8.4.1
51+
pytest==8.4.2
5052
# via
5153
# -r test-requirements.in
5254
# pytest-cov
5355
# pytest-xdist
54-
pytest-cov==6.2.1
56+
pytest-cov==7.0.0
5557
# via -r test-requirements.in
5658
pytest-xdist==3.8.0
5759
# via -r test-requirements.in
58-
pyyaml==6.0.2
60+
pyyaml==6.0.3
5961
# via pre-commit
60-
tomli==2.2.1
62+
tomli==2.3.0
6163
# via -r test-requirements.in
62-
types-psutil==7.0.0.20250822
64+
types-psutil==7.0.0.20251001
6365
# via -r build-requirements.txt
6466
types-setuptools==80.9.0.20250822
6567
# via -r build-requirements.txt
66-
typing-extensions==4.14.1
68+
typing-extensions==4.15.0
6769
# via -r mypy-requirements.txt
68-
virtualenv==20.34.0
70+
virtualenv==20.35.0
6971
# via pre-commit
7072

7173
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)