From 569f211d71d70de05faf9f7de997a9f700f32359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 05:19:51 +0000 Subject: [PATCH] chore(deps-dev): update black requirement from 23.12.1 to 24.1.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.12.1...24.1.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 e35731d..ffc9d99 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.12.1" +black = "24.1.1" isort = "5.13.2" [tool.mypy]