From 045d5963d51a1d294c17c17652d87dbde4690633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 12:54:45 +0000 Subject: [PATCH] Bump black from 22.12.0 to 23.1.0 Dependabot couldn't find the original pull request head commit, 3f49e65e903f3387294b99963474ba75224bb625. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98c7cb7..60fd45e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ requires-python = ">=3.9" [project.optional-dependencies] dev = [ - "black==22.12.0", + "black==23.1.0", "mypy", "flake8-isort", "Flake8-pyproject",