diff --git a/poetry.lock b/poetry.lock index d2713c4..59d21cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -100,14 +100,14 @@ type = ["mypy (>=1.18.2)"] [[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] @@ -254,4 +254,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.14" -content-hash = "208c5c412a76d6a52ff4e645910e08cfe0df7c711ed283383ba8a374ff98e87b" +content-hash = "7c313ed2f6f179c60c3eea78a980802a3f03ab964f10c1e0e11ad533f44eaa61" diff --git a/pyproject.toml b/pyproject.toml index dc9ea43..d138798 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,6 @@ python = "^3.14" [tool.poetry.dev-dependencies] pip-licenses = "^5.5.0" -pre-commit = "^4.5.0" +pre-commit = "^4.5.1" [tool.poetry.scripts]