From 4c5db73b70eccb4f7e91455eeeb43637d62d8913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 06:22:38 +0000 Subject: [PATCH] Bump black from 21.5b0 to 21.5b1 Bumps [black](https://github.com/psf/black) from 21.5b0 to 21.5b1. - [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) Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ae74bfa..27d83eb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,4 +5,4 @@ pylint==2.8.2; python_version > '3.5' pytest==6.2.2; python_version > '3.5' pytest-cov==2.11.1 pre-commit==2.12.1; python_version > '3.5' -black==21.5b0; python_version > '3.5' +black==21.5b1; python_version > '3.5'