We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d20a11 commit cf57f72Copy full SHA for cf57f72
test-requirements.in
@@ -15,4 +15,4 @@ pytest-cov>=2.10.0
15
ruff==0.2.0 # must match version in .pre-commit-config.yaml
16
setuptools>=65.5.1
17
tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.8
18
-pre_commit==3.5.0
+pre_commit>=3.5.0
test-requirements.txt
@@ -26,6 +26,8 @@ identify==2.6.1
26
# via pre-commit
27
iniconfig==2.0.0
28
# via pytest
29
+lxml==4.9.2 ; (python_version < "3.11" or sys_platform != "win32") and python_version < "3.12"
30
+ # via -r test-requirements.in
31
mypy-extensions==1.0.0
32
# via
33
# -r mypy-requirements.txt
0 commit comments