From 02b027a35bc5919e6c51d08ed8aedf19dc8f6c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 12:19:39 +0000 Subject: [PATCH] Bump pre-commit from 2.15.0 to 2.16.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.15.0 to 2.16.0. - [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.15.0...v2.16.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... 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 591e5d76..e4f5e44c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -570,7 +570,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.15.0" +version = "2.16.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -936,7 +936,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "5f99c41a589b81553920262f1d8f9396161211ddc3f741fd08f39d4944c3fe94" +content-hash = "2e5b130854ce829409f6542a711e4ee8ff378954e4b460baaa262fe4821e27a9" [metadata.files] aiohttp = [ @@ -1382,8 +1382,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {file = "pre_commit-2.15.0-py2.py3-none-any.whl", hash = "sha256:a4ed01000afcb484d9eb8d504272e642c4c4099bbad3a6b27e519bd6a3e928a6"}, - {file = "pre_commit-2.15.0.tar.gz", hash = "sha256:3c25add78dbdfb6a28a651780d5c311ac40dd17f160eb3954a0c59da40a505a7"}, + {file = "pre_commit-2.16.0-py2.py3-none-any.whl", hash = "sha256:758d1dc9b62c2ed8881585c254976d66eae0889919ab9b859064fc2fe3c7743e"}, + {file = "pre_commit-2.16.0.tar.gz", hash = "sha256:fe9897cac830aa7164dbd02a4e7b90cae49630451ce88464bca73db486ba9f65"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-4.0.1-py2.py3-none-any.whl", hash = "sha256:6efe92c7613c311abc7dd06817fc016f222d9289fe24b261e64412b0af96c662"}, diff --git a/pyproject.toml b/pyproject.toml index 050c1b6d..4e62399b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ coverage = {version = "^6.2", extras = ["toml"]} flake8 = "^4.0.1" flake8-docstrings = "^1.5.0" isort = "^5.10.1" -pre-commit = "^2.15.0" +pre-commit = "^2.16.0" pre-commit-hooks = "^4.0.1" pylint = "^2.12.1" pytest = "^6.2.4"