From 67c076d924a3d2363e55927781388e5e86aa9b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 13:07:38 +0000 Subject: [PATCH] build(deps): bump pre-commit from 2.18.1 to 2.19.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.18.1 to 2.19.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.18.1...v2.19.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f43ee5e..180ac09 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ black = "==22.3.0" codacy-coverage = "==1.3.11" coverage = "==6.3.2" flake8 = "==4.0.1" -pre-commit = "==2.18.1" +pre-commit = "==2.19.0" pylint = "==2.13.8" pytest = "==7.1.2" pytest-cov = "==3.0.0"