diff --git a/pyproject.toml b/pyproject.toml index 6f7c940..507b6e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ swarms = "*" [tool.poetry.group.lint.dependencies] -ruff = "^0.4.8" +ruff = ">=0.4.8,<0.6.0" types-toml = "^0.10.8.1" types-redis = "^4.3.21.6" types-pytz = "^2024.1.0.20240417"