Skip to content

Commit ef338bb

Browse files
Update dependency pre-commit to v4
1 parent 69ce4e6 commit ef338bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ darglint = "^1.8.1"
4747
isort = {extras = ["colors"], version = "^5.13.2"}
4848
mypy = "^1.8"
4949
mypy-extensions = "^1.0.0"
50-
pre-commit = "^3.6.0"
50+
pre-commit = "^4.0.0"
5151
pydocstyle = "^6.3.0"
5252
pylint = "^3.0.0"
5353
pytest = "^8.0.1"
@@ -63,7 +63,7 @@ bandit = "^1.7.4"
6363
darglint = "^1.8.1"
6464
isort = {extras = ["colors"], version = "^5.12.0"}
6565
mypy = "^1.3"
66-
pre-commit = ">=2.20,<4.0"
66+
pre-commit = ">=4.4,<4.5"
6767
pydocstyle = "^6.3.0"
6868
pylint = "^3.0.0"
6969
pytest = ">=7.3.1,<9.0.0"

0 commit comments

Comments
 (0)