From 051b1cc20bcba7eaddebc6d57ff48dcb377f4dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 02:18:56 +0000 Subject: [PATCH] Bump black from 23.7.0 to 23.10.0 Bumps [black](https://github.com/psf/black) from 23.7.0 to 23.10.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/23.7.0...23.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... 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 92de135..678a0fb 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -2,6 +2,6 @@ coverage==7.3.0 mock==5.1.0 nose==1.3.7 -black==23.7.0; python_version >= "3.6" +black==23.10.0; python_version >= "3.6" pre-commit==3.3.3 responses==0.23.3