From 80695dcd3c947d788385d8c827703c08625ec624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:32:25 +0000 Subject: [PATCH] Bump black from 23.3.0 to 24.8.0 Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.8.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/23.3.0...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1a7ed85..13699f6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ attrs==23.1.0 # requests-cache bandit==1.7.8 # via flake8-bandit -black==23.3.0 +black==24.8.0 # via -r requirements-dev.in build==0.10.0 # via pip-tools @@ -197,6 +197,7 @@ types-urllib3==1.26.25.14 typing-extensions==4.7.1 # via # -r requirements.txt + # black # cattrs # mypy # shillelagh