Skip to content

Commit 850aac2

Browse files
Update ruff requirement from >=0.5.1,<0.15.9 to >=0.5.1,<0.15.14
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.1...0.15.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64ccdc9 commit 850aac2

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
@@ -80,7 +80,7 @@ swarms = "swarms.cli.main:main"
8080

8181
[tool.poetry.group.lint.dependencies]
8282
black = ">=23.1,<27.0"
83-
ruff = ">=0.5.1,<0.15.9"
83+
ruff = ">=0.5.1,<0.15.14"
8484
types-toml = "^0.10.8.1"
8585
types-pytz = ">=2023.3,<2027.0"
8686
types-chardet = "^5.0.4.6"

0 commit comments

Comments
 (0)