diff --git a/poetry.lock b/poetry.lock index d8e7b8a..bb19223 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1423,7 +1423,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.18.1" +version = "2.19.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -2084,7 +2084,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8.5" -content-hash = "b22cbdb0208c72421cc2ca8245f5c676e4b339451a8f5d7d36d60ced717f4d0f" +content-hash = "4ae982a7c9c51713b8481620f018ff51fdd3864bd52a1643fb488047a949b3d2" [metadata.files] anybadge = [ @@ -2753,8 +2753,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {file = "pre_commit-2.18.1-py2.py3-none-any.whl", hash = "sha256:02226e69564ebca1a070bd1f046af866aa1c318dbc430027c50ab832ed2b73f2"}, - {file = "pre_commit-2.18.1.tar.gz", hash = "sha256:5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10"}, + {file = "pre_commit-2.19.0-py2.py3-none-any.whl", hash = "sha256:10c62741aa5704faea2ad69cb550ca78082efe5697d6f04e5710c3c229afdd10"}, + {file = "pre_commit-2.19.0.tar.gz", hash = "sha256:4233a1e38621c87d9dda9808c6606d7e7ba0e087cd56d3fe03202a01d2919615"}, ] prometheus-client = [ {file = "prometheus_client-0.13.1-py3-none-any.whl", hash = "sha256:357a447fd2359b0a1d2e9b311a0c5778c330cfbe186d880ad5a6b39884652316"}, diff --git a/pyproject.toml b/pyproject.toml index f59102a..b6da156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ black = "^19.10b0" wemake-python-styleguide = "^0.13.4" pytest = "^7.1.2" pytest_mock = "^2.0.0" -pre-commit = "^2.0.1" +pre-commit = "^2.19.0" mkdocs = "^1.2.3" mkdocstrings = "^0.10.3" mkdocs-gen-files = "^0.3.1"