Update black requirement from ^22.0.0 to ^23.7.0 (#110)
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.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@ -19,7 +19,7 @@ python-dateutil = "^2.8.0"
|
|||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
autoclasstoc = "^1.6.0"
|
autoclasstoc = "^1.6.0"
|
||||||
black = "^22.0.0"
|
black = "^23.7.0"
|
||||||
isort = "^5.12.0"
|
isort = "^5.12.0"
|
||||||
jsonpatch = "^1.32"
|
jsonpatch = "^1.32"
|
||||||
mypy = "^1.2.0"
|
mypy = "^1.2.0"
|
||||||
|
Reference in New Issue
Block a user