diff --git a/poetry.lock b/poetry.lock index ad9ca38..c9e7c36 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1110,13 +1110,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] @@ -1862,4 +1862,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0281364e17adac2555e089ae977465fab1c09261e6d7841139255589e0a313e9" +content-hash = "5bb3ff87fd1f4a7c238e1e541879cd04a710beba47ecd45272ee6b41b8215a0a" diff --git a/pyproject.toml b/pyproject.toml index 671a5ac..558827b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pytest-dotenv = "0.5.2" pytest-github-actions-annotate-failures = "==0.2.0" pytest-env = "==1.0.1" # linter and formatter -pre-commit = "==3.3.3" +pre-commit = "==3.4.0" mypy = "==1.5.1" watchgod = "0.8.2" types-protobuf = "^4.21.0.2"