diff --git a/poetry.lock b/poetry.lock index 8f71887..a158718 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 = "arrow" @@ -652,13 +652,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] @@ -1190,4 +1190,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d464ffdf860598146bdb195c2d2c966ca76ee3fb500202e90a7239ca7e7c32fe" +content-hash = "ce6dfe8e188b44cf0bbd31182484d65af99cfe5020f1e654401ad535802933e5" diff --git a/pyproject.toml b/pyproject.toml index e30e23b..c5fdef7 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 = "^2.3.5" pytest = "^8.3.3"