From 98dcde90460371695830c252be0f5364565bc67a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 04:02:07 +0000 Subject: [PATCH] Bump pre-commit from 2.20.0 to 3.0.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 3.0.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.20.0...v3.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index fd90efef..f23eb529 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -9,7 +9,7 @@ flake8-bugbear==21.11.29 hypothesis==6.34.1 invoke==1.6.0 placebo==0.10.0 -pre-commit==2.20.0 +pre-commit==3.0.0 pylint==2.12.2 pytest==6.2.5 pytest-black==0.3.12