Skip to content

Commit 787230b

Browse files
Update black requirement from ^20.8b1 to ^22.1
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@20.8b1...22.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f7525c commit 787230b

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
@@ -32,7 +32,7 @@ lesscpy = "*"
3232
cssmin = "*"
3333
jsmin = "*"
3434
pytest = "*"
35-
black = "^20.8b1"
35+
black = "^22.1"
3636
isort = "*"
3737
flake8 = "^4.0.0"
3838

0 commit comments

Comments
 (0)