From 88ce03a2a5887b1407b52f8a431222913a23455c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:08:35 +0000 Subject: [PATCH] Bump black from 22.10.0 to 24.2.0 Bumps [black](https://github.com/psf/black) from 22.10.0 to 24.2.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/22.10.0...24.2.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 82337fe1..e1bc17ac 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -9,7 +9,7 @@ flake8>=5.0.4,<7 # Don't change this version without running CI builds; # The latest version may not be available for older Python runtime black>=22.8.0; python_version=="3.6" -black==22.10.0; python_version>"3.6" +black==24.2.0; python_version>"3.6" click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225 psutil>=5,<6 # used only under slack_sdk/*_store