diff --git a/docs/requirements.txt b/docs/requirements.txt index fc511f1a..82dbabb0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,7 +26,7 @@ jinja2~=3.1 markdown~=3.7 mkdocs-material-extensions~=1.3 pygments~=2.19 -pymdown-extensions~=10.12 +pymdown-extensions~=10.14 # Requirements for plugins babel~=2.16 diff --git a/pyproject.toml b/pyproject.toml index 160fc318..0791dfdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ swarms = "swarms.cli.main:main" [tool.poetry.group.lint.dependencies] black = ">=23.1,<25.0" -ruff = ">=0.5.1,<0.8.7" +ruff = ">=0.5.1,<0.9.2" types-toml = "^0.10.8.1" types-pytz = ">=2023.3,<2025.0" types-chardet = "^5.0.4.6"