diff --git a/pyproject.toml b/pyproject.toml index 57c83f7f..d73885a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.group.lint.dependencies] -ruff = ">=0.5.1,<0.5.2" +ruff = ">=0.5.1,<0.6.10" types-toml = "^0.10.8.1" types-redis = "^4.3.21.6" types-pytz = ">=2023.3,<2025.0"