diff --git a/poetry.lock b/poetry.lock index 63db5f7..df51863 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 = "appnope" @@ -551,13 +551,13 @@ test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock [[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] @@ -991,4 +991,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "65ad10942c996ac7d378e4902297f629ff4e7180aa38a2deefde94580c976f9e" +content-hash = "1b26367931673fd710290faeb8d14be6902e29a1913ec1de9269688a3c81ca98" diff --git a/pyproject.toml b/pyproject.toml index 4e28b90..cf8f6ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ mypy = "^0.910" pylint = "^2.7.1" wheel = "^0.38.2" flynt = "^0.69" -pre-commit = "^3.3.3" +pre-commit = "^3.5.0" ipython = "^8.12.0" [tool.black]