From d137a3fde3397d2d43ee0e6625b08d2dd968e1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 03:09:56 +0000 Subject: [PATCH] Update black requirement from ^22.10 to ^23.1 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8672e292..9a33b1fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ more-itertools = ">=8.14,<10.0" mypy = "^0.982" pytest = "^7.1.3" ipdb = "^0.13.9" -black = "^22.10" +black = "^23.1" isort = "^5.9.3" flake8 = "^5.0.4" bandit = "^1.7.4"