From 9c02d94160c4f1a121d7095b9351d3b939436584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 14:51:24 +0000 Subject: [PATCH] Bump black from 22.1.0 to 23.7.0 Bumps [black](https://github.com/psf/black) from 22.1.0 to 23.7.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...23.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index d3677df..3a234dd 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -21,7 +21,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild flake8==4.0.1 # https://github.com/PyCQA/flake8 flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort coverage==6.3.2 # https://github.com/nedbat/coveragepy -black==22.1.0 # https://github.com/psf/black +black==23.7.0 # https://github.com/psf/black pylint-django==2.5.2 # https://github.com/PyCQA/pylint-django pre-commit==2.17.0 # https://github.com/pre-commit/pre-commit