diff --git a/pyproject.toml b/pyproject.toml index 9a4f551..8d543ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,13 +127,13 @@ sse-starlette = {version = "^2.0.0", optional = true} pyecharts = {version = "^2.0.0", optional = true} [tool.poetry.group.dev.dependencies] -pytest = "^7.3.0" -pytest-asyncio = "^0.21.0" -pytest-cov = "^4.0.0" +pytest = ">=7.3,<10.0" +pytest-asyncio = ">=0.21,<1.5" +pytest-cov = ">=4,<8" pytest-xdist = "^3.3.0" hypothesis = "^6.78.0" black = "^23.3.0" -ruff = "^0.0.265" +ruff = ">=0.0.265,<0.15.22" mypy = "^1.2.0" bandit = "^1.7.0" mkdocs = {version = "^1.5.0", optional = true}