Skip to content

Commit f9ced15

Browse files
authored
Merge pull request #1324 from kyegomez/dependabot/pip/black-gte-23.1-and-lt-27.0
Update black requirement from >=23.1,<26.0 to >=23.1,<27.0
2 parents a6862c3 + fc67139 commit f9ced15

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

8585

8686
[tool.poetry.group.lint.dependencies]
87-
black = ">=23.1,<26.0"
87+
black = ">=23.1,<27.0"
8888
ruff = ">=0.5.1,<0.14.12"
8989
types-toml = "^0.10.8.1"
9090
types-pytz = ">=2023.3,<2026.0"

0 commit comments

Comments
 (0)