Skip to content

Commit 0aae464

Browse files
deps(deps-dev): update black requirement (#7)
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@24.10.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 777105c commit 0aae464

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
@@ -50,7 +50,7 @@ dev = [
5050
"pytest-xdist~=3.0",
5151
"hypothesis~=6.0",
5252
"coverage[toml]~=7.0",
53-
"black>=24.10,<26.0",
53+
"black>=24.10,<27.0",
5454
"isort>=5.13,<8.0",
5555
"ruff>=0.6.9,<1.0",
5656
"mypy~=1.11",

0 commit comments

Comments
 (0)