We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26c7f3 commit f592b48Copy full SHA for f592b48
pyproject.toml
@@ -69,7 +69,7 @@ dcspy = 'dcspy.run:run'
69
test = [
70
'interrogate==1.7.0',
71
'isort==6.0.1',
72
- 'lxml==5.3.2',
+ 'lxml==5.4.0',
73
'mypy==1.15.0',
74
'pip-audit==2.9.0',
75
'pytest==8.3.5',
requirements_test.txt
@@ -1,7 +1,7 @@
1
-r requirements.txt
2
interrogate==1.7.0
3
isort==6.0.1
4
-lxml==5.3.2
+lxml==5.4.0
5
mypy==1.15.0
6
pip-audit==2.9.0
7
pytest==8.3.5
0 commit comments