Bump pre-commit from 2.14.1 to 2.15.0 (#116)

This commit is contained in:
dependabot[bot] 2021-09-03 22:17:33 -04:00 committed by GitHub
parent f084337bc5
commit 3396ebff28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -220,7 +220,7 @@ dev = ["pre-commit", "tox"]
[[package]]
name = "pre-commit"
version = "2.14.1"
version = "2.15.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false
@ -414,7 +414,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "c3ca7db6c13a78ef53029c4552590c46206203d2a50a69374b7074d44e85ca76"
content-hash = "75f1b9b6fddae8c71385df0b3a52b287f6e502e92c6676dfbb86625c8964fbdd"
[metadata.files]
appdirs = [
@ -568,8 +568,8 @@ pluggy = [
{file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"},
]
pre-commit = [
{file = "pre_commit-2.14.1-py2.py3-none-any.whl", hash = "sha256:a22d12a02da4d8df314187dfe7a61bda6291d57992060522feed30c8cd658b68"},
{file = "pre_commit-2.14.1.tar.gz", hash = "sha256:7977a3103927932d4823178cbe4719ab55bb336f42a9f3bb2776cff99007a117"},
{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"},
]
py = [
{file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"},

View File

@ -36,7 +36,7 @@ pytest-cov = "^2.12"
pytest-runner = "^5.3"
black = { version = "^21.7b0", python = "^3.7" }
mypy = "0.910"
pre-commit = "^2.14"
pre-commit = "^2.15"
bw_sphinxtheme = "^0.1.8"
tox = "^3.24"