diff --git a/poetry.lock b/poetry.lock index 1780359c8..a37220eff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -864,13 +864,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.1" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." 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.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, + {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, ] [package.dependencies] @@ -1375,4 +1375,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "a051c63a3a4d7aaa0206dab525176b3fa18f7752093266fb81ab62892c45b70f" +content-hash = "0cffb8e0222e5026dfabd88a64846e3758faefb896c24682ba32c42e303dab75" diff --git a/pyproject.toml b/pyproject.toml index 64864deb2..a87a6e047 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ isort = "^5.12.0" gitlint = "^0.19.1" mypy = "^1.6" pylint = "^3.0.2" -pre-commit = "^3.3.1" +pre-commit = "^3.5.0" mypy-boto3-s3 = "^1.28.19" pytest = "^7.4.3" pytest-dependency = "^0.5.1"