diff --git a/pyproject.toml b/pyproject.toml index 97a7f32..ec604b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ tests = [ dev = [ "flask-smorest[tests]", "tox", - "pre-commit~=3.6", + "pre-commit>=3.6,<5.0", ] [build-system]