Skip to content

Commit ebf4504

Browse files
Bump pre-commit from 3.5.0 to 3.6.0 (#311)
1 parent 3a52730 commit ebf4504

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ dev =
4949
bump2version==1.0.1
5050
mypy==1.8.0
5151
parameterized==0.9.0
52-
pre-commit==3.5.0
52+
pre-commit==3.5.0; python_version < "3.9"
53+
pre-commit==3.6.0; python_version >= "3.9"
5354
pytest-cov==4.1.0
5455
pytest-xdist==3.5.0
5556
pytest==7.4.4

0 commit comments

Comments
 (0)