From 07fa084c93f10ad283d36779fa330058cd085956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 05:01:11 +0000 Subject: [PATCH] pip prod(deps): bump pre-commit from 2.14.0 to 3.1.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.14.0 to 3.1.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.14.0...v3.1.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3da01e9..51965d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pre-commit==2.14.0 +pre-commit==3.1.1 Django==3.2.6 sentry-sdk==1.3.1 python-dotenv==0.19.0