Update black requirement from ==22.* to ==23.*
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](https://github.com/psf/black/compare/22.1.0...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a677768113
commit
1b81345ad1
|
@ -1,4 +1,4 @@
|
|||
# codestyle
|
||||
isort==5.*
|
||||
black==22.*
|
||||
black==23.*
|
||||
autoflake==2.*
|
||||
|
|
Loading…
Reference in New Issue