diff --git a/pyproject.toml b/pyproject.toml index 69dfe9e..bcfc56e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,13 +31,13 @@ python = "^3.9" click = "^8.0" [tool.poetry.group.dev.dependencies] -pytest = "^7.0" -pytest-asyncio = "^0.23" +pytest = ">=7,<9" +pytest-asyncio = ">=0.23,<1.3" tox = "^4.0" -black = "^23.0" -isort = "^5.12" -flake8 = "^6.0" -pre-commit = "^3.0" +black = ">=23,<26" +isort = ">=5.12,<7.0" +flake8 = ">=6,<8" +pre-commit = ">=3,<5" [tool.black] line-length = 100