diff --git a/poetry.lock b/poetry.lock index f5fa6d0..91246e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -674,7 +674,7 @@ tomlkit = ">=0.6.0,<1.0.0" [[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 @@ -1031,7 +1031,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "4dbb498b9450bdad04f8c8bbc9bfcdced25d88a3290f5cb00167652d139aaa25" +content-hash = "e23be322756a27ed913b1d910cb796434471fed75fff27a1de36639a6d1a2ef7" [metadata.files] appdirs = [ @@ -1366,8 +1366,8 @@ poethepoet = [ {file = "poethepoet-0.10.0.tar.gz", hash = "sha256:70b97cb194b978dc464c70793e85e6f746cddf82b84a38bfb135946ad71ae19c"}, ] 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"}, ] py = [ {file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"}, diff --git a/pyproject.toml b/pyproject.toml index fbb85da..7d71dbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ mkdocs = "^1.1.2" mkdocs-material = "^7.1.6" markdown-include = "^0.6.0" pydoc-markdown = "^3.13.0" -pre-commit = "^2.12.1" +pre-commit = "^2.13.0" black = "^21.5b1" gitlint = "^0.15.1" isort = "^5.8.0"