diff --git a/poetry.lock b/poetry.lock index f29bb681..f2f28250 100644 --- a/poetry.lock +++ b/poetry.lock @@ -153,14 +153,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.5.0" +version = "4.5.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pre_commit-4.5.0-py2.py3-none-any.whl", hash = "sha256:25e2ce09595174d9c97860a95609f9f852c0614ba602de3561e267547f2335e1"}, - {file = "pre_commit-4.5.0.tar.gz", hash = "sha256:dc5a065e932b19fc1d4c653c6939068fe54325af8e741e74e88db4d28a4dd66b"}, + {file = "pre_commit-4.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"}, + {file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"}, ] [package.dependencies] @@ -344,4 +344,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "8d81190f930491df1b4eb82208a58cb5443b86c6c9aad4aaa835b9040794b3f2" +content-hash = "39aa8ba25112ff72bcc1975d4769bcf759625fcee13cef69b91f15734bbddd48" diff --git a/pyproject.toml b/pyproject.toml index e546f08d..194882dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest = "^9.0.2" [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] -pre-commit = "^4.1.0" +pre-commit = "^4.5.1" pip-licenses = "^5.0.0" [build-system]