From 70bc75d04c9508289642de57641e85c496d123d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 10:28:43 +0200 Subject: [PATCH] [DEPENDABOT]: Bump pre-commit from 2.12.1 to 2.13.0 (#696) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.12.1 to 2.13.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.12.1...v2.13.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index abff4fff..4b303baf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -695,7 +695,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pre-commit" -version = "2.12.1" +version = "2.13.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -1440,7 +1440,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = ">=3.6.1,<3.10" -content-hash = "9932385d331747d0f18f653b62100419375fdfcbe960af9c7555c475ac80debd" +content-hash = "cd22d8af62cab21c3f2b98ef7055510fb647816ef8ccdf5afe729717d90ef799" [metadata.files] alabaster = [ @@ -1844,8 +1844,8 @@ poyo = [ {file = "poyo-0.5.0.tar.gz", hash = "sha256:e26956aa780c45f011ca9886f044590e2d8fd8b61db7b1c1cf4e0869f48ed4dd"}, ] pre-commit = [ - {file = "pre_commit-2.12.1-py2.py3-none-any.whl", hash = "sha256:70c5ec1f30406250b706eda35e868b87e3e4ba099af8787e3e8b4b01e84f4712"}, - {file = "pre_commit-2.12.1.tar.gz", hash = "sha256:900d3c7e1bf4cf0374bb2893c24c23304952181405b4d88c9c40b72bda1bb8a9"}, + {file = "pre_commit-2.13.0-py2.py3-none-any.whl", hash = "sha256:b679d0fddd5b9d6d98783ae5f10fd0c4c59954f375b70a58cbe1ce9bcf9809a4"}, + {file = "pre_commit-2.13.0.tar.gz", hash = "sha256:764972c60693dc668ba8e86eb29654ec3144501310f7198742a767bec385a378"}, ] 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 5e336016..bd367c57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ typeguard = "^2.12.0" xdoctest = {extras = ["colors"], version = "^0.15.0"} sphinx = "^4.0.2" sphinx-autobuild = "^2021.3.14" -pre-commit = "^2.11.1" +pre-commit = "^2.13.0" flake8 = "^3.9.2" black = "^20.8b1" flake8-bandit = "^2.1.2"