From ea38d1ebf67080fb3abb933c17d26314ffd48a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 07:57:04 +0000 Subject: [PATCH] Bump pre-commit from 2.7.1 to 3.2.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.7.1 to 3.2.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.7.1...v3.2.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f5d3291..6e93bb2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ # install the current package in editable mode # pip install -e . -pre-commit==2.7.1 # run 'pre-commit install' initially to install the git hooks +pre-commit==3.2.0 # run 'pre-commit install' initially to install the git hooks pytest==6.1.1 pytest-cov==2.10.1 pytest-randomly==3.4.1