From 7e69e49419f6adb57b263c2dcedc2f6e51d223d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 07:10:54 +0000 Subject: [PATCH] chore(deps-dev): update black requirement from 23.3.0 to 23.12.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/23.3.0...23.12.1) --- 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 d0f4adf..e35731d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requests = "^2.25.1" pytest = "^7.0.1" vcrpy = "^5.1.0" flake8 = "7.0.0" -black = "23.3.0" +black = "23.12.1" isort = "5.13.2" [tool.mypy]