diff --git a/poetry.lock b/poetry.lock index 339352c..78d032f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1083,14 +1083,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.1" +version = "3.3.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.3.1-py2.py3-none-any.whl", hash = "sha256:218e9e3f7f7f3271ebc355a15598a4d3893ad9fc7b57fe446db75644543323b9"}, - {file = "pre_commit-3.3.1.tar.gz", hash = "sha256:733f78c9a056cdd169baa6cd4272d51ecfda95346ef8a89bf93712706021b907"}, + {file = "pre_commit-3.3.2-py2.py3-none-any.whl", hash = "sha256:8056bc52181efadf4aac792b1f4f255dfd2fb5a350ded7335d251a68561e8cb6"}, + {file = "pre_commit-3.3.2.tar.gz", hash = "sha256:66e37bec2d882de1f17f88075047ef8962581f83c234ac08da21a0c58953d1f0"}, ] [package.dependencies] @@ -1749,4 +1749,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "82f7f8b1ab9dca7d64b28c9f97215223b5e4ac9ac5df5903c79540f3e93b0046" +content-hash = "dec0512643ec63f55ba55d4d1097b55d2b132f74e3e50d331b755a69052ef066" diff --git a/pyproject.toml b/pyproject.toml index 29cb49e..682daba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ codespell = "2.2.4" covdefaults = "2.3.0" coverage = {version = "7.2.5", extras = ["toml"]} mypy = "1.3.0" -pre-commit = "3.3.1" +pre-commit = "3.3.2" pre-commit-hooks = "4.4.0" pylint = "2.17.4" pytest = "7.3.1"