diff --git a/poetry.lock b/poetry.lock index 067af73..d20b6f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "astroid" @@ -567,13 +567,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.7.0" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {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"}, + {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"}, ] [package.dependencies] @@ -942,4 +942,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0.0" -content-hash = "39e4c6043e432e337e3ff07b17a0ea1662deae57906d1a4a7b96d7913c8af20b" +content-hash = "a6449265c9f786db9c869b71e4e932680e148b331d2869bc5e6427cbd9ec36de" diff --git a/pyproject.toml b/pyproject.toml index ae4d137..2cb9ff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ debugpy = "^1.8.0" # TODO: Needs PEP 695 support docformatter = "1.7.5" faker = "^26.0.0" mypy = "*" -pre-commit = "^3.6.0" +pre-commit = "^4.0.1" pylint = "*" pytest = "^8.2.2" pytest-repeat = "^0.9.3"