From 0836ab1538189d3601538a506258a07c514110ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:45:14 +0000 Subject: [PATCH] build(deps): bump black from 22.3.0 to 24.8.0 Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.8.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.3.0...24.8.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 8a08339..46cfacb 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -22,7 +22,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild # ------------------------------------------------------------------------------ flake8==7.1.0 # https://github.com/PyCQA/flake8 coverage==7.5.1 # https://github.com/nedbat/coveragepy -black==22.3.0 # https://github.com/psf/black +black==24.8.0 # https://github.com/psf/black pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django pre-commit==3.7.1 # https://github.com/pre-commit/pre-commit