diff --git a/poetry.lock b/poetry.lock index af1ddd178..6a41801cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2059,14 +2059,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.2" +version = "4.2.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-3.6.2-py2.py3-none-any.whl", hash = "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c"}, - {file = "pre_commit-3.6.2.tar.gz", hash = "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e"}, + {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"}, ] [package.dependencies] @@ -2732,4 +2732,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "be813925ec329024f7b5a11852832ac78799b4e3e22c1dcc4f740b09fac92eb9" +content-hash = "d5d9962154e995f49622ab1d1c76c89441b71b7b7f63907f5f4f6b310b548aea" diff --git a/pyproject.toml b/pyproject.toml index 451f0213c..0d8383adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ sh = "^2.0.6" moto = {extras = ["dynamodb", "s3"], version = "^5.0.5"} behave = "^1.2.6" pyyaml = "^6.0.1" -pre-commit = "^3.6.2" +pre-commit = "^4.2.0" ruff = "^0.3.2" fire = "^0.7.0" gherkin-official = "^28.0.0"