From 8eb33a57d65e33186b56b6af6d23a0e1561d3fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 06:55:29 +0000 Subject: [PATCH] Bump pre-commit from 2.9.2 to 2.9.3 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.9.2 to 2.9.3. - [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.2...v2.9.3) 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 62849a2c8..0f40b4764 100644 --- a/poetry.lock +++ b/poetry.lock @@ -564,7 +564,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.9.2" +version = "2.9.3" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -1123,7 +1123,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "34f121c5558b1020d2eb09139318244d1e19ae8b6e56dd982017a1d836671616" +content-hash = "1b22b74eac6d37964f739d18b63f2d6dcd429f5ea24ef6fc4926e50c35ab8147" [metadata.files] aiohttp = [ @@ -1472,8 +1472,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {file = "pre_commit-2.9.2-py2.py3-none-any.whl", hash = "sha256:949b13efb7467ae27e2c8f9e83434dacf2682595124d8902554a4e18351e5781"}, - {file = "pre_commit-2.9.2.tar.gz", hash = "sha256:e31c04bc23741194a7c0b983fe512801e151a0638c6001c49f2bd034f8a664a1"}, + {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"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-3.3.0-py2.py3-none-any.whl", hash = "sha256:2190d72ac867bd9b8880de32d9304ec54182c89720cce56f22742890ed8ba90f"}, diff --git a/pyproject.toml b/pyproject.toml index 3c2f2a75d..b96e23f6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ typeguard = "^2.10.0" xdoctest = {extras = ["colors"], version = "^0.15.0"} sphinx = "^3.3.1" sphinx-autobuild = "^2020.9.1" -pre-commit = "^2.9.2" +pre-commit = "^2.9.3" flake8 = "^3.8.4" black = "^20.8b1" flake8-bandit = "^2.1.2"