diff --git a/poetry.lock b/poetry.lock index c44853c0..6b194ba6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -858,13 +858,13 @@ files = [ [[package]] name = "pre-commit" -version = "4.0.1" +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-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, - {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, + {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] @@ -1517,4 +1517,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "69c8183a391b50d1c799200abc5c24a9d3635173ad86abc3b5214e4d2d2ff187" +content-hash = "d9eb4f0d6ac928653d3873d8a451386c3b1669404feb7835054110d5e5d02bdc" diff --git a/pyproject.toml b/pyproject.toml index 0f51d033..24c7d2ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ docopt = "^0.6.2" jsonpath-rw = "^1.4.0" semver = "^3.0.4" gitpython = "^3.1.44" -pre-commit = "^4.0.1" +pre-commit = "^4.1.0" cfn-lint = "^1.22.7" proxygen-cli = "^2.1.19"