From ae49af5b6809d9daa9af16f4a40e7b55dd4b72bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 17:05:38 +0000 Subject: [PATCH] Bump black from 21.7b0 to 22.12.0 Bumps [black](https://github.com/psf/black) from 21.7b0 to 22.12.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/commits/22.12.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 272d370..72117a2 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -3,6 +3,6 @@ coverage==5.5 mock==4.0.3 nose==1.3.7 tox==3.24.0 -black==21.7b0; python_version >= "3.6" +black==22.12.0; python_version >= "3.6" pre-commit==2.17.0 responses==0.17.0