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] <support@github.com>
pull/768/head
dependabot[bot] 2 months ago committed by GitHub
parent d8e06900a4
commit 855e4021bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save