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

This commit is contained in:
dependabot[bot] 2021-09-03 22:34:59 -04:00 committed by GitHub
parent 776562d6ea
commit 390834abaa
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

@ -445,7 +445,7 @@ tomlkit = ">=0.6.0,<1.0.0"
[[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
@ -934,7 +934,7 @@ pyinstall = ["poethepoet", "pyinstaller", "pyinstaller-versionfile"]
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "939923f557b24ba3ee79d02f31404a40b923c288117dc827d5e1483447bd90d7"
content-hash = "4c060a3c43426615325060a9d045a762dfb26afdf1fb4fe50191e0a347355fee"
[metadata.files]
alabaster = [
@ -1226,8 +1226,8 @@ poethepoet = [
{file = "poethepoet-0.10.0.tar.gz", hash = "sha256:70b97cb194b978dc464c70793e85e6f746cddf82b84a38bfb135946ad71ae19c"},
]
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

@ -54,7 +54,7 @@ pytest-mock = "^3.6.1"
pytest-runner = "^5.3"
black = "^21.8b0"
mypy = "0.910"
pre-commit = "^2.14"
pre-commit = "^2.15"
sphinx = "^4.1"
recommonmark = "^0.7"
sphinx-rtd-theme = "^0.5"