diff --git a/pyproject.toml b/pyproject.toml index fade424..6e56dd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ sqlparse = "^0.4.4" pytest = "^7.4.3" pytest-asyncio = "^0.21.1" pytest-cov = "^4.1.0" -pytest-benchmark = "^4.0.0" +pytest-benchmark = ">=4,<6" locust = "^2.17.0" ruff = "^0.1.6" mypy = "^1.7.0"