diff --git a/pyproject.toml b/pyproject.toml index 460d0d0..909e9a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,10 +13,10 @@ fastapi = ">=0.65.2,<1.0.0" [tool.poetry.group.dev.dependencies] pytest = ">=7.1.2,<9.0.0" -pytest-cov = ">=3,<5" +pytest-cov = ">=3,<6" tox = ">=3.26,<5.0" httpx = ">=0.24.1,<1.0.0" -ruff = ">=0.2.0,<0.3.0" +ruff = ">=0.2.0,<0.4.0" pyright = ">=1.1.350,<1.2" [tool.ruff]