From 3b50d51d2b46f613a1d1a45b6f939a91c2da5344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 04:19:56 +0000 Subject: [PATCH] pip prod(deps): bump pre-commit from 2.14.0 to 3.1.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.14.0 to 3.1.0. - [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.0) --- 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..1ab6a89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pre-commit==2.14.0 +pre-commit==3.1.0 Django==3.2.6 sentry-sdk==1.3.1 python-dotenv==0.19.0