diff --git a/poetry.lock b/poetry.lock index 89404bdbe..2a46d7774 100644 --- a/poetry.lock +++ b/poetry.lock @@ -996,14 +996,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.1.1" +version = "3.2.1" 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.1.1-py2.py3-none-any.whl", hash = "sha256:b80254e60668e1dd1f5c03a1c9e0413941d61f568a57d745add265945f65bfe8"}, - {file = "pre_commit-3.1.1.tar.gz", hash = "sha256:d63e6537f9252d99f65755ae5b79c989b462d511ebbc481b561db6a297e1e865"}, + {file = "pre_commit-3.2.1-py2.py3-none-any.whl", hash = "sha256:a06a7fcce7f420047a71213c175714216498b49ebc81fe106f7716ca265f5bb6"}, + {file = "pre_commit-3.2.1.tar.gz", hash = "sha256:b5aee7d75dbba21ee161ba641b01e7ae10c5b91967ebf7b2ab0dfae12d07e1f1"}, ] [package.dependencies] @@ -1606,4 +1606,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "fbe80a67d0c92c0201b01c12a5042398650fcb6018501f1f143ab7060a49ec5f" +content-hash = "9691fd318db17f6a485401d56ec0982831e7ee6fbca95930028e80f53a568e4c" diff --git a/pyproject.toml b/pyproject.toml index 3249a20b9..70d8b807b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ isort = "^5.12.0" gitlint = "^0.19.1" mypy = "^1.0" pylint = "^2.17.1" -pre-commit = "^3.0.4" +pre-commit = "^3.2.1" mypy-boto3-s3 = "^1.26.58" pytest = "^7.2.1" pytest-dependency = "^0.5.1"