From da8d9ee245316c10a316ba0d28e50d7e4a26feda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 02:09:53 +0000 Subject: [PATCH] [PIP]: Bump black from 22.1.0 to 22.6.0 Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.6.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.1.0...22.6.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 8d673a0..74e9461 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -2,7 +2,7 @@ setuptools==60.9.0 wheel==0.37.1 build==0.7.0 twine==3.8.0 -black==22.1.0 +black==22.6.0 coverage==6.3.1 codecov==2.1.12 isort==5.10.1