Skip to content

Commit 324b14f

Browse files
Update ruff requirement from >=0.5.1,<0.14.12 to >=0.5.1,<0.14.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.14.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 576463c commit 324b14f

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
@@ -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.14.12"
88+
ruff = ">=0.5.1,<0.14.14"
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)