From 111c1466934618487a431f6c2d15e9aa96af4ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:58:42 +0000 Subject: [PATCH] build(deps): 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/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 5f57f8749..0ca6d5d82 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,6 +2,6 @@ pytest==7.1.2 pytest-asyncio==0.21.0 pytest-mock==3.8.2 coverage==7.2.5 -black==22.3.0 +black==24.3.0 flake8==4.0.1 requests-mock==1.10.0