Skip to content

Commit c7f295f

Browse files
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](psf/black@22.1.0...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e1ed5a commit c7f295f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.style.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# codestyle
22
isort==5.*
3-
black==22.*
3+
black==23.*
44
autoflake==2.*

0 commit comments

Comments
 (0)