diff --git a/poetry.lock b/poetry.lock index 0cef03ac..a50b78cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1359,13 +1359,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] @@ -2507,4 +2507,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "fb535cebab21d26c7165c401bdd4e2f24b52ea582bad459b08e7753e54933066" +content-hash = "17a0bc91fb8f50209a31bbd214e0f4f14a9663c6dc7201e2f314fa78fe974fad" diff --git a/pyproject.toml b/pyproject.toml index a19a3f7d..7a137761 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ google-auth = "^2.22.0" [tool.poetry.dev-dependencies] -pre-commit = "^3.3.3" +pre-commit = "^3.4.0" sphinx = "^7.2.5" pytest = "^7.4.0" isort = {extras = ["pyproject"], version = "^5.12.0"}