diff --git a/poetry.lock b/poetry.lock index 07f2f41b..ab5620de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -809,13 +809,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] @@ -1507,4 +1507,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "457ee9cba045cb064bacdaa0783966a32c4d6709555bcdc337e1792f610c0584" +content-hash = "0ff7908f62226a761adccd03baf73fae62eddea718b2da2db2beea8d5ca299d0" diff --git a/pyproject.toml b/pyproject.toml index 7e2b7c37..e0ed5ab5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,12 +34,12 @@ gitpython = "^3.1.44" requests = "^2.32.3" boto3 = "^1.36.8" argparse = "^1.4.0" -pre-commit = "^4.0.1" +pre-commit = "^4.1.0" pytest = "^8.3.4" cfn-lint = "^1.22.7" [tool.poetry.dev-dependencies] -pre-commit = "^4.0.1" +pre-commit = "^4.1.0" cfn-lint = "^1.22.7" black = "^24.10.0" flake8 = "^7.1.1"