From 86646e2f1b8ff485f3a2bdd67b3d30d2fa60f9bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:46:43 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Bump=20black=20from=2024.8.0=20t?= =?UTF-8?q?o=2024.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.10.0. - [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/24.8.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-formatting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-formatting.txt b/dev_requirements/requirements-formatting.txt index 34c4293..d89d69f 100644 --- a/dev_requirements/requirements-formatting.txt +++ b/dev_requirements/requirements-formatting.txt @@ -4,7 +4,7 @@ # # pip-compile '.\requirements-formatting.in' # -black==24.8.0 +black==24.10.0 # via -r dev_requirements/requirements-formatting.in click==8.1.7 # via black