Skip to content

Commit

Permalink
Merge pull request #751 from kyegomez/dependabot/pip/ruff-gte-0.5.1-a…
Browse files Browse the repository at this point in the history
…nd-lt-0.9.2

Update ruff requirement from >=0.5.1,<0.8.7 to >=0.5.1,<0.9.2
  • Loading branch information
kyegomez authored Jan 13, 2025
2 parents b198bde + af37682 commit 1264ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1264ac0

Please sign in to comment.