diff --git a/poetry.lock b/poetry.lock index 06296b690..fd8c620c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3404,14 +3404,14 @@ files = [ [[package]] name = "pre-commit" -version = "4.2.0" +version = "4.3.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pre_commit-4.2.0-py2.py3-none-any.whl", hash = "sha256:a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd"}, - {file = "pre_commit-4.2.0.tar.gz", hash = "sha256:601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146"}, + {file = "pre_commit-4.3.0-py2.py3-none-any.whl", hash = "sha256:2b0747ad7e6e967169136edffee14c16e148a778a54e4f967921aa1ebf2308d8"}, + {file = "pre_commit-4.3.0.tar.gz", hash = "sha256:499fe450cc9d42e9d58e606262795ecb64dd05438943c62b66f6a8673da30b16"}, ] [package.dependencies] @@ -5664,4 +5664,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "47f9defc1c96a044c3e4d72ad8b1e26181bec84b2c437324d4c996c43d17fa51" +content-hash = "0206171ea44a672f647c596fd3d675e1c9d10b779e55377249efd88eb8ed2152" diff --git a/pyproject.toml b/pyproject.toml index ce4b787f0..a3570bb45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ isort = "^6.0.1" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} moto = "==5.1.9" pip-audit = "*" -pre-commit = "^4.2.0" +pre-commit = "^4.3.0" pytest = "^8.4.0" pytest-env = "^1.1.3" pytest-mock = "^3.14.1"