From 250d29de307cc0f887e52b898331ce3e0a31cecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 13:54:49 +0200 Subject: [PATCH] Update black requirement from ^22.10 to ^23.1 (#469) 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] 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 8672e29..9a33b1f 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"