Skip to content

Commit ffe2db8

Browse files
authored
Update dependencies (#19720)
lxml 6.0.1 has wheels for Python 3.14 now. https://pypi.org/project/lxml/6.0.1/#files
1 parent 1f89b1a commit ffe2db8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-r build-requirements.txt
66
attrs>=18.0
77
filelock>=3.3.0
8-
lxml>=5.3.0; python_version<'3.14'
8+
lxml>=5.3.0; python_version<'3.15'
99
psutil>=4.0
1010
pytest>=8.1.0
1111
pytest-xdist>=1.34.0

test-requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --output-file=test-requirements.txt --strip-extras test-requirements.in
@@ -8,21 +8,21 @@ attrs==25.3.0
88
# via -r test-requirements.in
99
cfgv==3.4.0
1010
# via pre-commit
11-
coverage==7.10.1
11+
coverage==7.10.5
1212
# via pytest-cov
1313
distlib==0.4.0
1414
# via virtualenv
1515
execnet==2.1.1
1616
# via pytest-xdist
17-
filelock==3.18.0
17+
filelock==3.19.1
1818
# via
1919
# -r test-requirements.in
2020
# virtualenv
21-
identify==2.6.12
21+
identify==2.6.13
2222
# via pre-commit
2323
iniconfig==2.1.0
2424
# via pytest
25-
lxml==6.0.0 ; python_version < "3.14"
25+
lxml==6.0.1 ; python_version < "3.15"
2626
# via -r test-requirements.in
2727
mypy-extensions==1.1.0
2828
# via -r mypy-requirements.txt
@@ -38,7 +38,7 @@ pluggy==1.6.0
3838
# via
3939
# pytest
4040
# pytest-cov
41-
pre-commit==4.2.0
41+
pre-commit==4.3.0
4242
# via -r test-requirements.in
4343
psutil==7.0.0
4444
# via -r test-requirements.in
@@ -57,13 +57,13 @@ pyyaml==6.0.2
5757
# via pre-commit
5858
tomli==2.2.1
5959
# via -r test-requirements.in
60-
types-psutil==7.0.0.20250601
60+
types-psutil==7.0.0.20250822
6161
# via -r build-requirements.txt
62-
types-setuptools==80.9.0.20250529
62+
types-setuptools==80.9.0.20250822
6363
# via -r build-requirements.txt
6464
typing-extensions==4.14.1
6565
# via -r mypy-requirements.txt
66-
virtualenv==20.32.0
66+
virtualenv==20.34.0
6767
# via pre-commit
6868

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

0 commit comments

Comments
 (0)