From c6194c70916925d13ad4b150fff9740d44600df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 23:00:53 +0000 Subject: [PATCH] Update black requirement from ^22.6.0 to ^23.3.0 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.8.0...23.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd2536b..ecd7e08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ urllib3 = "^1.26.9" python-dateutil = "^2.8.2" [tool.poetry.dev-dependencies] -black = "^22.6.0" +black = "^23.3.0" [build-system] requires = ["poetry-core>=1.0.0"]