diff --git a/poetry.lock b/poetry.lock index 8574b93..813cb91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "apispec" @@ -435,13 +435,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.3" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"}, - {file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"}, + {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] @@ -618,4 +618,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "cf3098e74e4158d9516d668f7137a8c7e7aa0ccb2d094ce0a30a0f56b8a1113a" +content-hash = "43e6d11e78419420b6a12fbf35d9d5579f4dddcb4a93c84c45d9d8776971f683" diff --git a/pyproject.toml b/pyproject.toml index 3792942..d2454f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ python = "^3.8" apispec = { extras = ["yaml"], version = "^6.3.0" } coverage = "^7.3.0" flask = "^2.2.3" -pre-commit = "^3.3.3" +pre-commit = "^3.5.0" pytest = "^7.4.0" [tool.poetry.urls]