From dc374fba43381c9ea26e6be17d0d9865b73c125c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 10:47:12 +0200 Subject: [PATCH] Bump black from 21.5b1 to 21.6b0 (#104) * Bump black from 21.5b1 to 21.6b0 Bumps [black](https://github.com/psf/black) from 21.5b1 to 21.6b0. - [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] * Bump pre-commit black version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fmrsabino <3332770+fmrsabino@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec94c2d3..794df3f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: isort args: [ "--profile", "black", "--filter-files" ] - repo: https://github.com/psf/black - rev: 21.4b2 + rev: 21.6b0 hooks: - id: black language_version: python3 diff --git a/requirements-dev.txt b/requirements-dev.txt index 678b91ae..f11385b9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -black==21.5b1 +black==21.6b0 coverage==5.5 coveralls==3.1.0 factory-boy==3.2.0