diff --git a/pyproject.toml b/pyproject.toml index 3cf5de0..d380da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ jinja2 = "^3.1" ruff = ">=0.5.1,<0.8.5" black = ">=23.1,<25.0" mypy = "^1.1.1" -pre-commit = "^3.1.1" +pre-commit = ">=3.1.1,<5.0.0" pytest = ">=7.2.2,<9.0.0" pytest-cov = ">=4,<6" httpx = ">=0.23.3,<0.29.0"