diff --git a/poetry.lock b/poetry.lock index eb99a78..9e156d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -307,13 +307,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] @@ -662,4 +662,4 @@ yaml = ["PyYAML"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "4fbddfdc52267e623593afd9f0a30e2c395da1fe289e3580bfcd3a5d29d8402b" +content-hash = "61ce0e7a0c71a60576bbed947aae1423038492ab93b71e9f5919c1e20fca999c" diff --git a/pyproject.toml b/pyproject.toml index f2f3983..1ebce39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pytest-mock = "==3.11.1" ruff = "==0.0.289" mypy = "==1.5.1" black = "==23.9.1" -pre-commit = "==3.3.3" +pre-commit = "==3.4.0" [build-system] requires = ["poetry-core"]