Skip to content

Commit 0d7f3c5

Browse files
authored
Merge pull request #795 from kyegomez/dependabot/pip/ruff-gte-0.5.1-and-lt-0.11.1
Update ruff requirement from >=0.5.1,<0.9.10 to >=0.5.1,<0.11.1
2 parents 3ac4f61 + 9d0bbce commit 0d7f3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

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

8484
[tool.poetry.group.lint.dependencies]
8585
black = ">=23.1,<26.0"
86-
ruff = ">=0.5.1,<0.9.10"
86+
ruff = ">=0.5.1,<0.11.1"
8787
types-toml = "^0.10.8.1"
8888
types-pytz = ">=2023.3,<2026.0"
8989
types-chardet = "^5.0.4.6"

0 commit comments

Comments
 (0)