diff --git a/pyproject.toml b/pyproject.toml index 12fd2c3..e835e4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ readme = "README.md" [tool.poetry.group.dev.dependencies] ruff = ">=0.0.257,<0.1.15" types-requests = "^2.28.11" -pytest = "^7.1.3" +pytest = ">=7.1.3,<9.0.0" mypy = "^1.0" black = ">=23.1,<25.0" pylint-pytest = "^1.1.2"