diff --git a/pyproject.toml b/pyproject.toml index 3e947a5..a930b28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ uvicorn = "*" shortuuid = "*" [tool.poetry.group.lint.dependencies] -ruff = ">=0.1.6,<0.6.0" +ruff = ">=0.1.6,<0.7.0" types-toml = "^0.10.8.1" types-redis = "^4.3.21.6" types-pytz = ">=2023.3,<2025.0"