From e8cf5f4563bc54a7afbff16314ba74069964685b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 06:13:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20black=20requirement=20from?= =?UTF-8?q?=20~=3D22.10=20to=20~=3D23.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.10.0...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 8d58cfe..f85533e 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ pytest ~= 7.1 mypy == 0.982 flake8 ~= 5.0 -black ~= 22.10 +black ~= 23.1 isort ~= 5.10 \ No newline at end of file