From 9513b202758810c00b8ceffe6b674f7bb1bb3a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:06:06 +0000 Subject: [PATCH] Update ruff requirement from >=0.5.1,<0.6.4 to >=0.5.1,<0.6.6 --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 379f0c9f..2fdc3d21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ swarms-cloud = "*" [tool.poetry.group.lint.dependencies] black = ">=23.1,<25.0" -ruff = ">=0.5.1,<0.6.4" +ruff = ">=0.5.1,<0.6.6" types-toml = "^0.10.8.1" types-pytz = ">=2023.3,<2025.0" types-chardet = "^5.0.4.6"