diff --git a/pyproject.toml b/pyproject.toml index be7f540..e748381 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pytest = "*" [tool.poetry.group.lint.dependencies] -ruff = "^0.0.249" +ruff = ">=0.0.249,<0.8.2" types-toml = "^0.10.8.1" types-redis = "^4.3.21.6" types-pytz = "^2023.3.0.0"