Update black requirement from ==23.* to ==24.*
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/23.1a1...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
60ac32476a
commit
b293aa2c65
|
@ -1,4 +1,4 @@
|
|||
# codestyle
|
||||
isort==5.*
|
||||
black==23.*
|
||||
black==24.*
|
||||
autoflake==2.*
|
||||
|
|
Loading…
Reference in New Issue