From 53317db7e241dfa5da9b34a51b47efdb5b066a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 06:06:20 +0000 Subject: [PATCH] Bump pre-commit from 3.0.1 to 3.2.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.1 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/v3.0.1...v3.2.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ... 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 f38df27..275cb37 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -26,7 +26,7 @@ coverage==7.1.0 # 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==3.0.1 # https://github.com/pre-commit/pre-commit +pre-commit==3.2.1 # https://github.com/pre-commit/pre-commit # Django # ------------------------------------------------------------------------------