Skip to content

Commit 254973c

Browse files
chore: Update Python dev dep: Bump black from 26.3.1 to 26.5.1
Bumps [black](https://github.com/psf/black) from 26.3.1 to 26.5.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.3.1...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7ba87e commit 254973c

2 files changed

Lines changed: 32 additions & 32 deletions

File tree

poetry.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pytest-tap = "*"
4545
# coverage.py integration
4646
pytest-cov = "*"
4747
# opinionated code formatter
48-
black = ">=22"
48+
black = ">=26.5.1"
4949
# type hints checker
5050
mypy = { version = "*", extras = ["faster-cache"] }
5151
# xml library, used for outputting HTML reports from mypy, etc.

0 commit comments

Comments
 (0)