diff --git a/poetry.lock b/poetry.lock index 4de7c77..afdb068 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3702,14 +3702,14 @@ files = [ [[package]] name = "pre-commit" -version = "4.0.1" +version = "4.5.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] 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.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"}, + {file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"}, ] [package.dependencies] @@ -6052,4 +6052,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.12" -content-hash = "b673e225c3b84406a4858751c5dcbee75b74a710c64cf8b9150860e51eda6313" +content-hash = "54fc3c7ffcdaa7fb6bc251f6f4a4255553a9fbad80977cc7a033d0cfc0c80b09" diff --git a/pyproject.toml b/pyproject.toml index 0e1a395..e6a2945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ isort = "5.13.2" # import sorting ruff = "0.12.5" # linting autoflake = "2.3.3" # remove unused imports pyupgrade = "3.20.0" # upgrade syntax to newer versions -pre-commit = "4.0.1" # pre-commit hooks +pre-commit = "4.5.1" # pre-commit hooks bandit = "1.7.10" # security linter radon = "6.0.1" # code metrics (human) xenon = "0.9.3" # code metrics (machine)