diff --git a/poetry.lock b/poetry.lock index a6fdc5e..e4ebb90 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1151,13 +1151,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] @@ -2007,4 +2007,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "1dac7a6d1e67c9332bbf5362260afa2d4c3b2842acb8d2d82c7618a21d8894e5" +content-hash = "fcb9043c02638e120e7d4adaaa996942b0ef46e11db98680886a2bada17958be" diff --git a/pyproject.toml b/pyproject.toml index 0986ee8..5d07a8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ flake8-markdown = "^0.3.0" flake8-simplify = "^0.20.0" isort = "^5.12.0" mypy = "^1.5" -pre-commit = "^3.3.3" +pre-commit = "^3.4.0" pre-commit-hooks = "^4.4.0" pylint = "^2.17.5" pytest = "^7.4.2"