diff --git a/pyproject.toml b/pyproject.toml index 0fd4c45..ce8277f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-asyncio = "^0.20.3" pytest-mock = "^3.10.0" vulture = "^2.7" yamllint = "^1.29.0" -ruff = ">=0.0.192,<0.0.273" +ruff = ">=0.0.192,<0.0.291" [tool.pytest.ini_options] addopts = "--cov --cov-report term-missing --cov-report xml --cov=here_routing tests"