From 710890df1d295fff07adcf926b0a091d9011f01d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 11:23:57 +0000 Subject: [PATCH] Build(deps-dev): Bump pre-commit-hooks from 3.4.0 to 4.0.1 Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 3.4.0 to 4.0.1. - [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.4.0...v4.0.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 adab0aee..5b3c6fab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -823,7 +823,7 @@ virtualenv = ">=20.0.8" [[package]] name = "pre-commit-hooks" -version = "3.4.0" +version = "4.0.1" description = "Some out-of-the-box hooks for pre-commit." category = "dev" optional = false @@ -1371,7 +1371,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "0de5bc02c439870513012c4790e91de865e65063b3ca7f984b39f9400dcb79cd" +content-hash = "18cb8195a3fa10870179adf97604e0141bd5b9f33fe90cd805efa7fdc90d0af4" [metadata.files] alabaster = [ @@ -1856,8 +1856,8 @@ pre-commit = [ {file = "pre_commit-2.12.1.tar.gz", hash = "sha256:900d3c7e1bf4cf0374bb2893c24c23304952181405b4d88c9c40b72bda1bb8a9"}, ] pre-commit-hooks = [ - {file = "pre_commit_hooks-3.4.0-py2.py3-none-any.whl", hash = "sha256:b1d329fc712f53f56af7c4a0ac08c414a7fcfd634dbd829c3a03f39cfb9c3574"}, - {file = "pre_commit_hooks-3.4.0.tar.gz", hash = "sha256:57e377b931aceead550e4a7bdbe8065e79e371e80f593b5b6d1129e63a77154f"}, + {file = "pre_commit_hooks-4.0.1-py2.py3-none-any.whl", hash = "sha256:6efe92c7613c311abc7dd06817fc016f222d9289fe24b261e64412b0af96c662"}, + {file = "pre_commit_hooks-4.0.1.tar.gz", hash = "sha256:99f1b9fc00a82e6588990b6b92edcdf4bec9c3d65c6272b8867be389055ce05e"}, ] ptyprocess = [ {file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"}, diff --git a/pyproject.toml b/pyproject.toml index 5656d362..dc6bb548 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ flake8-rst-docstrings = "^0.2.3" pep8-naming = "^0.11.1" darglint = "^1.8.0" reorder-python-imports = "^2.5.0" -pre-commit-hooks = "^3.4.0" +pre-commit-hooks = "^4.0.1" furo = "^2021.4.11b34" Pygments = "^2.9.0" poetry = "^1.1.6"