From aa844dad9ffa4ecb1eda8d2214c4b93cf92df5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 11:26:55 +0000 Subject: [PATCH] chore(deps-dev): update pre-commit requirement from ~=2.20 to ~=3.1 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [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.20.0...v3.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 9c382447d..bf82ad7c8 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ httpretty = "~=1.1" isort = "~=5.10" mypy = "~=0.982" mock = "~=4.0" -pre-commit = "~=2.20" +pre-commit = "~=3.1" pylint = "~=2.15.3" pytest = "~=7.1" pytest-cov = "~=4.0"