diff --git a/poetry.lock b/poetry.lock index 5ca6e40b..1986841e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -938,13 +938,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.3" +version = "3.4.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.4.0-py2.py3-none-any.whl", hash = "sha256:96d529a951f8b677f730a7212442027e8ba53f9b04d217c4c67dc56c393ad945"}, + {file = "pre_commit-3.4.0.tar.gz", hash = "sha256:6bbd5129a64cad4c0dfaeeb12cd8f7ea7e15b77028d985341478c8af3c759522"}, ] [package.dependencies] @@ -1834,4 +1834,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d684c5cb78ebfdfa52d0562bc3cb589e594cb5a80193267ed60a75529bececf5" +content-hash = "26b3ea0956ddc7cd0fc58a005d7284641f8f2027f44df3360310b43d99d369a0" diff --git a/pyproject.toml b/pyproject.toml index 4120ae8a..541fcd7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest = "^7.3.1" flake8 = "^5.0.4" black = "^23.9.1" isort = "^5.12.0" -pre-commit = "^3.2.2" +pre-commit = "^3.4.0" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.21.1"