Skip to content

Commit cf57f72

Browse files
committed
chore: install pre_commit 3.5.0 or greater
1 parent 5d20a11 commit cf57f72

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ pytest-cov>=2.10.0
1515
ruff==0.2.0 # must match version in .pre-commit-config.yaml
1616
setuptools>=65.5.1
1717
tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.8
18-
pre_commit==3.5.0
18+
pre_commit>=3.5.0

test-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ identify==2.6.1
2626
# via pre-commit
2727
iniconfig==2.0.0
2828
# 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
2931
mypy-extensions==1.0.0
3032
# via
3133
# -r mypy-requirements.txt

0 commit comments

Comments
 (0)