From 855e4021bc79c15bbd2e7b3911d44f2f59954aef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:59:06 +0000 Subject: [PATCH] Update black requirement from >=23.1,<25.0 to >=23.1,<26.0 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.1.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2b703c08..4c3916256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ swarms = "swarms.cli.main:main" [tool.poetry.group.lint.dependencies] -black = ">=23.1,<25.0" +black = ">=23.1,<26.0" ruff = ">=0.5.1,<0.9.6" types-toml = "^0.10.8.1" types-pytz = ">=2023.3,<2025.0"