From 0a78df97640a4809bf21dba0995ae09a1541c2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 07:27:29 +0000 Subject: [PATCH] Bump pre-commit-hooks from 3.1.0 to 3.2.0 Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v3.1.0...v3.2.0) 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 c64eb2f..780d906 100644 --- a/poetry.lock +++ b/poetry.lock @@ -576,7 +576,7 @@ description = "Some out-of-the-box hooks for pre-commit." name = "pre-commit-hooks" optional = false python-versions = ">=3.6.1" -version = "3.1.0" +version = "3.2.0" [package.dependencies] "ruamel.yaml" = ">=0.15" @@ -1054,7 +1054,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "9a46c23d6234a3b696592b37e014054fc0ea0b9fd084193e672f45a9f4b1ee80" +content-hash = "2529d6a3c97da574c37a75f583972dbdfcdf6adbeb0fe2fff47b4581db117436" python-versions = "^3.7" [metadata.files] @@ -1334,8 +1334,8 @@ pre-commit = [ {file = "pre_commit-2.6.0.tar.gz", hash = "sha256:1657663fdd63a321a4a739915d7d03baedd555b25054449090f97bb0cb30a915"}, ] pre-commit-hooks = [ - {file = "pre_commit_hooks-3.1.0-py2.py3-none-any.whl", hash = "sha256:32e07d6bd511e26ac3d7b7aafdd2e49d0f1efdb7fc772156386004b9e6f66dbe"}, - {file = "pre_commit_hooks-3.1.0.tar.gz", hash = "sha256:78642bdda65d524a6c91faaf4b322f18fc561e4377e8651d8502c6073e4a19d9"}, + {file = "pre_commit_hooks-3.2.0-py2.py3-none-any.whl", hash = "sha256:8a174237326576c5f2279eba18ccbf2ca2a19fcaab8844db80f576c8fe76c2c2"}, + {file = "pre_commit_hooks-3.2.0.tar.gz", hash = "sha256:917bce8feb048f8271e3a4a900c6d780118d23e8ddf4557ddec9384c0d1dba79"}, ] py = [ {file = "py-1.8.2-py2.py3-none-any.whl", hash = "sha256:a673fa23d7000440cc885c17dbd34fafcb7d7a6e230b29f6766400de36a33c44"}, diff --git a/pyproject.toml b/pyproject.toml index 7f3a4ed..df59bcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ darglint = "^1.5.2" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.0.13" pep8-naming = "^0.11.1" -pre-commit-hooks = "^3.1.0" +pre-commit-hooks = "^3.2.0" [tool.coverage.paths] source = ["src", "*/site-packages"]