diff --git a/poetry.lock b/poetry.lock index bfc6bc01..6a247641 100644 --- a/poetry.lock +++ b/poetry.lock @@ -669,7 +669,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 @@ -1261,7 +1261,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "f2249a3cbb90553edc551b0f845d8db92ec3d007e0242ded5214a10515d5817a" +content-hash = "edf482e3450675be83792da940840ed5f0c3a2595ff6fff9977728d885e0cca8" [metadata.files] alabaster = [ @@ -1707,8 +1707,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"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-4.2.0-py2.py3-none-any.whl", hash = "sha256:b3a3066c5ecd5fdda9abdc932bd064bd21785ea041659676403e6fc5d964afed"}, diff --git a/pyproject.toml b/pyproject.toml index fed8afd4..5c655850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ typeguard = "^2.13.3" xdoctest = "^1.0.0" sphinx = "^4.3.2" sphinx-autobuild = "^2021.3.14" -pre-commit = "^2.18.1" +pre-commit = "^2.19.0" flake8 = "^4.0.1" flake8-bandit = "^3.0.0" flake8-bugbear = "^22.4.25"