diff --git a/poetry.lock b/poetry.lock index 90bf0bb..e662c7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -300,7 +300,7 @@ dev = ["pre-commit", "tox"] [[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 @@ -514,7 +514,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0" -content-hash = "dd4acfa8362ed277c47afda785057cc7c122644104eb0166aa52c29fe07d21df" +content-hash = "d788d39619c5018a2d32115375b7b9b920b149093b9234f27a3e20f5471969de" [metadata.files] aiohttp = [ @@ -739,8 +739,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] 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 d9a7f1b..1fde7ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pyhumps = ">=1.6.1,<4.0.0" [tool.poetry.dev-dependencies] pytest = "^6.2" -pre-commit = "^2.12.1" +pre-commit = "^2.13.0" black = "^21.4b2" pylint = "^2.8.2" isort = "^5.8.0"