From 618cd8cbdf79c3b1d87df0cc67aec7c81dc60368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:43:11 +0100 Subject: [PATCH] :arrow_up: Bump black from 21.9b0 to 21.10b0 (#132) Bumps [black](https://github.com/psf/black) from 21.9b0 to 21.10b0. - [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) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 74a46b3f..5766f276 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ codecov chardet==4.0.* Flask>=2.0,<3.0; python_version >= '3.6' requests>=2.26,<3.0; python_version >= '3.6' -black==21.9b0; python_version >= '3.6' +black==21.10b0; python_version >= '3.6' flake8==4.0.1; python_version >= '3.6' mypy==0.910; python_version >= '3.6' isort; python_version >= '3.6'