diff --git a/poetry.lock b/poetry.lock index b13ee986f..96d1bf864 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2723,14 +2723,14 @@ python-dotenv = ">=0.10.0" [[package]] name = "pre-commit" -version = "4.3.0" +version = "4.4.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {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"}, + {file = "pre_commit-4.4.0-py2.py3-none-any.whl", hash = "sha256:b35ea52957cbf83dcc5d8ee636cbead8624e3a15fbfa61a370e42158ac8a5813"}, + {file = "pre_commit-4.4.0.tar.gz", hash = "sha256:f0233ebab440e9f17cabbb558706eb173d19ace965c68cdce2c081042b4fab15"}, ] [package.dependencies] @@ -4440,4 +4440,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "0c4877684ed7e95b6195c9b027d485e4acc812ba902573f15ad9c81df6fa5256" +content-hash = "1335fddbebfbc7063b8472df2456478073b2adff3a242f963cac1a65b7d86110" diff --git a/pyproject.toml b/pyproject.toml index ffc0c5b39..02d5f9204 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ isort = "^7.0.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} moto = "*" pip-audit = "*" -pre-commit = "^4.3.0" +pre-commit = "^4.4.0" pytest = "^8.4.2" pytest-env = "^1.2.0" pytest-mock = "^3.15.1"