From e2209b2ebdf293b48b81ff208c9f0208dbedccbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:33:23 -0700 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45235d44e..6d42ce677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python-dateutil = "^2.8.0" [tool.poetry.dev-dependencies] autoclasstoc = "^1.6.0" -black = "^22.0.0" +black = "^23.7.0" isort = "^5.12.0" jsonpatch = "^1.32" mypy = "^1.2.0"