diff --git a/poetry.lock b/poetry.lock index d92110240..b811c62f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1983,13 +1983,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.2" +version = "3.7.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-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, + {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, ] [package.dependencies] @@ -2513,4 +2513,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "82a574b6db873942a1e324f7806f9c21e8d21e2e032df5ebd8fa76857bb16eba" +content-hash = "f6d7d454500700d3af4fda846673de736a054ae5c77dd84595fb31c007421726" diff --git a/pyproject.toml b/pyproject.toml index 06d95cd39..dd6b2d259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ moto = {extras = ["dynamodb", "s3"], version = "^5.0.5"} behave = "^1.2.6" pyyaml = "^6.0.1" datamodel-code-generator = "^0.25.4" -pre-commit = "^3.6.2" +pre-commit = "^3.7.0" ruff = "^0.3.2" fire = "^0.6.0" gherkin-official = "^28.0.0"