From 6b4cbc3d6aeb1d02701af0cce3a54644b16a6659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 17:57:32 +0000 Subject: [PATCH] Bump black from 23.3.0 to 24.4.2 Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.4.2. - [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.4.2) --- 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..a920cbd 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.4.2 # 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