From d57748820b0399c4625be78ca29d663b2b9ade41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 06:42:32 +0000 Subject: [PATCH] Bump pre-commit from 2.9.3 to 2.11.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.9.3 to 2.11.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.9.3...v2.11.1) Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0d63dc4..627affa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -251,7 +251,7 @@ python-versions = "*" [[package]] name = "pre-commit" -version = "2.9.3" +version = "2.11.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -410,7 +410,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "5787728e2c0e8033ea8393d5a0acf53525f7da4bdc3579aa6a0c50eb619b8d54" +content-hash = "a57b3438585db10be5f937cea9ef2f6eb68255ad744d69cb707604c15b3b43f7" [metadata.files] appdirs = [ @@ -518,8 +518,8 @@ pony = [ {file = "pony-0.7.14.tar.gz", hash = "sha256:2f01e84e79ea7a14040225cb6c079bb266e7ba147346356c266490b18c77ce82"}, ] pre-commit = [ - {file = "pre_commit-2.9.3-py2.py3-none-any.whl", hash = "sha256:6c86d977d00ddc8a60d68eec19f51ef212d9462937acf3ea37c7adec32284ac0"}, - {file = "pre_commit-2.9.3.tar.gz", hash = "sha256:ee784c11953e6d8badb97d19bc46b997a3a9eded849881ec587accd8608d74a4"}, + {file = "pre_commit-2.11.1-py2.py3-none-any.whl", hash = "sha256:94c82f1bf5899d56edb1d926732f4e75a7df29a0c8c092559c77420c9d62428b"}, + {file = "pre_commit-2.11.1.tar.gz", hash = "sha256:de55c5c72ce80d79106e48beb1b54104d16495ce7f95b0c7b13d4784193a00af"}, ] psutil = [ {file = "psutil-5.7.3-cp27-none-win32.whl", hash = "sha256:1cd6a0c9fb35ece2ccf2d1dd733c1e165b342604c67454fd56a4c12e0a106787"}, diff --git a/pyproject.toml b/pyproject.toml index 94963cc..d91ceee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ junit-xml = "1.9" pytest = "^6.2.1" black = "^20.8b1" mypy = "^0.790" -pre-commit = "^2.9.3" +pre-commit = "^2.11.1" taskipy = "^1.5.1" isort = "^5.6.4"