diff --git a/pyproject.toml b/pyproject.toml index e432b931..9014c64f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ swarms-memory = "*" [tool.poetry.group.lint.dependencies] black = ">=23.1,<25.0" -ruff = ">=0.5.0,<0.5.1" +ruff = ">=0.5.1,<0.5.2" types-toml = "^0.10.8.1" types-pytz = ">=2023.3,<2025.0" types-chardet = "^5.0.4.6"