diff --git a/pyproject.toml b/pyproject.toml index bb79081..9520316 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ mkdocs-material = ">=8.3.9,<10.0.0" pytest = ">=7,<9" pytest-cov = ">=3,<6" pytest-lazy-fixtures = ">=1.0.1" -ruff = ">=0.5.1,<0.7.0" +ruff = ">=0.5.1,<0.8.0" tox = ">=4.12.1,<5" uvicorn = ">=0.17.6,<0.31.0" coverage = ">=7.4.1,<8"