From 2ff6973239ecf9fd988b1fb71de81a0c32e2135e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 05:40:27 +0000 Subject: [PATCH] chore(deps-dev): update black requirement from 23.3.0 to 23.7.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/23.3.0...23.7.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 e4c4f60..04798d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requests = "^2.25.1" pytest = "^7.0.1" vcrpy = "^4.1.1" flake8 = "6.0.0" -black = "23.3.0" +black = "23.7.0" isort = "5.12.0" [tool.mypy]