From b65b24c4c6819b824767fa2a5a5430b5653b44c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:42:27 +0000 Subject: [PATCH] Bump black from 22.12.0 to 24.3.0 in /tests Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.3.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.12.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/style-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/style-requirements.txt b/tests/style-requirements.txt index 4d88e8e..6357fed 100644 --- a/tests/style-requirements.txt +++ b/tests/style-requirements.txt @@ -21,5 +21,5 @@ flake8-black;python_version>='3.6' # flake8-mypy;python_version>='3.5' https://github.com/ambv/flake8-mypy/archive/master.tar.gz bandit>=1.6.0 -black==22.12.0;python_version>='3.6' +black==24.3.0;python_version>='3.6' vulture==2.7