Skip to content

Commit e52d466

Browse files
dependabot[bot]AsifNawaz-cnic
authored andcommitted
fix(deps): update black requirement from <27,>=23 to >=26.3.1,<27
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...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 017ff84 commit e52d466

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
@@ -27,7 +27,7 @@ dependencies = [
2727
"pdoc3>=0.11.6",
2828
"pytest-cov>=2,<8",
2929
"twine>=4,<7",
30-
"black>=23,<27",
30+
"black>=26.3.1,<27",
3131
"idna>=3"
3232
]
3333
classifiers = [

0 commit comments

Comments
 (0)