Skip to content

Commit f592b48

Browse files
committed
lxml-5.4.0
1 parent d26c7f3 commit f592b48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dcspy = 'dcspy.run:run'
6969
test = [
7070
'interrogate==1.7.0',
7171
'isort==6.0.1',
72-
'lxml==5.3.2',
72+
'lxml==5.4.0',
7373
'mypy==1.15.0',
7474
'pip-audit==2.9.0',
7575
'pytest==8.3.5',

requirements_test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
interrogate==1.7.0
33
isort==6.0.1
4-
lxml==5.3.2
4+
lxml==5.4.0
55
mypy==1.15.0
66
pip-audit==2.9.0
77
pytest==8.3.5

0 commit comments

Comments
 (0)