From 8843acde3e71bd4819a8e09b2094eb10fd5315af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 08:45:07 +0300 Subject: [PATCH] Bump black from 21.12b0 to 22.1.0 (#836) Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.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.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 67c9ec7..5c43bbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ wheel -black==21.12b0 +black==22.1.0 requests==2.27.1 coreapi==2.3.3 gitpython==3.1.20