From 36a32f81386aaf563b66dbc8f52322ea7455da65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:56:56 +0000 Subject: [PATCH] Bump black from 22.3.0 to 24.3.0 in /tests Bumps [black](https://github.com/psf/black) from 22.3.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.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/lint_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lint_requirements.txt b/tests/lint_requirements.txt index cf5ee75..293b5d4 100644 --- a/tests/lint_requirements.txt +++ b/tests/lint_requirements.txt @@ -3,5 +3,5 @@ mccabe~=0.6.1 pycodestyle~=2.8.0 pyflakes~=2.4.0 isort==5.10.1 # keep in sync with .pre-commit-config.yaml -black==22.3.0 # keep in sync with .pre-commit-config.yaml +black==24.3.0 # keep in sync with .pre-commit-config.yaml flake8-bugbear