diff --git a/poetry.lock b/poetry.lock index 072552e..03932cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1135,13 +1135,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.7.0" +version = "3.7.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, - {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, + {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, + {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, ] [package.dependencies] @@ -1907,4 +1907,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8873b5b3019c0d7a2cd3d5613e64f591c9130da982323c06f5ac51ea620dcd8a" +content-hash = "56fbb8c49d02cec2ec2dccf2a2579d06f5f1bd7b9100951c68d1b2e3d3542e3f" diff --git a/pyproject.toml b/pyproject.toml index 5a46db2..59ee3c0 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.1.3" # linter and formatter -pre-commit = "==3.7.0" +pre-commit = "==3.7.1" mypy = "==1.10.0" watchgod = "0.8.2" types-protobuf = "^4.21.0.2"