diff --git a/pyproject.toml b/pyproject.toml index 884f3be..f81be52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ Source = "https://github.com/marshmallow-code/marshmallow-oneofschema" [project.optional-dependencies] tests = ["pytest"] -dev = ["marshmallow-oneofschema[tests]", "tox", "pre-commit~=3.5"] +dev = ["marshmallow-oneofschema[tests]", "tox", "pre-commit>=3.5,<5.0"] [build-system] requires = ["flit_core<4"]