Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f73000

Browse files
Update black requirement from <26 to <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@18.3a0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6a833f commit 1f73000

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
@@ -124,7 +124,7 @@ doc = [
124124

125125
# pip requirements for all the CI builds
126126
test = [
127-
"black<26",
127+
"black<27",
128128
"certifi",
129129
"coverage!=6.3",
130130
"psutil; sys_platform != 'cygwin'",

0 commit comments

Comments
 (0)