diff --git a/poetry.lock b/poetry.lock index fec66fc..e841ef8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 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 = "annotated-types" @@ -826,13 +826,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, - {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, + {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, + {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, ] [package.dependencies] @@ -1572,4 +1572,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "bd696d19dc076ef5a0bca5070d2962299ce9b0c3c65a459d2759d025f7dd8644" +content-hash = "5c2038b82b625f4dfa559185d765988f94ceb35e6f67da18fc7d49b0239190a9" diff --git a/pyproject.toml b/pyproject.toml index be21c45..0c7834b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ cookiecutter = "^2.6.0" [tool.poetry.dev-dependencies] bandit = "^1.7.10" darglint = "^1.8.1" -pre-commit = "^2.21.0" +pre-commit = "^3.5.0" pydocstyle = "^6.1.1" safety = "^3.2.10" pytest = "^8.3.3"