diff --git a/poetry.lock b/poetry.lock index acfed9d..71f3ebb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -538,7 +538,7 @@ virtualenv = ">=20.0.8" [[package]] name = "pre-commit-hooks" -version = "3.4.0" +version = "4.0.1" description = "Some out-of-the-box hooks for pre-commit." category = "dev" optional = false @@ -1025,7 +1025,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "00e336da7f18c845e65ebf6d2e971feedfda65c59e3b3b0a636ae4a26dddc37c" +content-hash = "87de5000c85cffff43c91ac653cf72d1897b985eb5f4c4b6290959dd7c1d36d3" [metadata.files] alabaster = [ @@ -1312,8 +1312,8 @@ pre-commit = [ {file = "pre_commit-2.13.0.tar.gz", hash = "sha256:764972c60693dc668ba8e86eb29654ec3144501310f7198742a767bec385a378"}, ] pre-commit-hooks = [ - {file = "pre_commit_hooks-3.4.0-py2.py3-none-any.whl", hash = "sha256:b1d329fc712f53f56af7c4a0ac08c414a7fcfd634dbd829c3a03f39cfb9c3574"}, - {file = "pre_commit_hooks-3.4.0.tar.gz", hash = "sha256:57e377b931aceead550e4a7bdbe8065e79e371e80f593b5b6d1129e63a77154f"}, + {file = "pre_commit_hooks-4.0.1-py2.py3-none-any.whl", hash = "sha256:6efe92c7613c311abc7dd06817fc016f222d9289fe24b261e64412b0af96c662"}, + {file = "pre_commit_hooks-4.0.1.tar.gz", hash = "sha256:99f1b9fc00a82e6588990b6b92edcdf4bec9c3d65c6272b8867be389055ce05e"}, ] py = [ {file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"}, diff --git a/pyproject.toml b/pyproject.toml index 7f2060f..b29260d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ darglint = "^1.5.8" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.2.3" pep8-naming = "^0.11.1" -pre-commit-hooks = "^3.4.0" +pre-commit-hooks = "^4.0.1" typeguard = "^2.10.0" sphinx-rtd-theme = "^0.5.1"