diff --git a/poetry.lock b/poetry.lock index 9113734fb..d7e9322c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1989,13 +1989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.2" +version = "4.1.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" 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.1.0-py2.py3-none-any.whl", hash = "sha256:d29e7cb346295bcc1cc75fc3e92e343495e3ea0196c9ec6ba53f49f10ab6ae7b"}, + {file = "pre_commit-4.1.0.tar.gz", hash = "sha256:ae3f018575a588e30dfddfab9a05448bfbd6b73d78709617b5a2b853549716d4"}, ] [package.dependencies] @@ -2629,4 +2629,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "e868ec073aae0fc82025f6c0496ba25a5a3aa31f836fc4e6ad240d193192848a" +content-hash = "9ba276719a28a8586f04c508704ab72a5ea03c8b65246dcac729231ad1cb7d95" diff --git a/pyproject.toml b/pyproject.toml index 6339d966f..3d98b9343 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.1.0" ruff = "^0.3.2" fire = "^0.6.0" gherkin-official = "^28.0.0"