Skip to content

Commit 0dda71f

Browse files
chore(deps-dev): update black requirement from >=23.0 to >=25.11.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](psf/black@23.1a1...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 886e3f2 commit 0dda71f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ groq = ["groq>=0.9,<1.0"]
4141

4242
dev = [
4343
"pytest>=7.0",
44-
"black>=23.0",
44+
"black>=25.11.0",
4545
"ruff>=0.1.0",
4646
"mypy>=1.0",
4747
]

0 commit comments

Comments
 (0)