From bd90f34079bef8f52cc06eda014e5091f298ec2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:11:11 +0000 Subject: [PATCH] Bump pre-commit from 2.21.0 to 3.2.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 3.2.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.21.0...v3.2.1) --- updated-dependencies: - dependency-name: pre-commit 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 26be98b..fea9765 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -26,7 +26,7 @@ coverage==7.0.5 # https://github.com/nedbat/coveragepy black==22.12.0 # https://github.com/psf/black pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery -pre-commit==2.21.0 # https://github.com/pre-commit/pre-commit +pre-commit==3.2.1 # https://github.com/pre-commit/pre-commit # Django # ------------------------------------------------------------------------------