Skip to content

Commit c82b057

Browse files
authored
Merge pull request #1432 from kyegomez/dependabot/pip/ruff-gte-0.5.1-and-lt-0.15.5
Update ruff requirement from >=0.5.1,<0.15.3 to >=0.5.1,<0.15.5
2 parents 3c682bb + ddb3e22 commit c82b057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ swarms = "swarms.cli.main:main"
8585

8686
[tool.poetry.group.lint.dependencies]
8787
black = ">=23.1,<27.0"
88-
ruff = ">=0.5.1,<0.15.3"
88+
ruff = ">=0.5.1,<0.15.5"
8989
types-toml = "^0.10.8.1"
9090
types-pytz = ">=2023.3,<2026.0"
9191
types-chardet = "^5.0.4.6"

0 commit comments

Comments
 (0)