build(deps-dev): bump black from 24.10.0 to 25.1.0

Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0.
- [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/24.10.0...25.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-31 18:07:50 +00:00
committed by GitHub
parent 9ac5030d74
commit 87b54e35b6
2 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ pytest-httpx = "^0.35.0"
pytest-mock = "^3.14.0"
# Rest
black = "^24.10.0"
black = ">=24.10,<26.0"
mypy = "^1.12.0"
pre-commit = "^4.0.1"
huggingface-hub = ">=0.25.1,<0.29.0"