diff --git a/poetry.lock b/poetry.lock index 2fd6cdbf..a2cd438f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1758,14 +1758,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.4.0" +version = "4.5.0" 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.4.0-py2.py3-none-any.whl", hash = "sha256:b35ea52957cbf83dcc5d8ee636cbead8624e3a15fbfa61a370e42158ac8a5813"}, - {file = "pre_commit-4.4.0.tar.gz", hash = "sha256:f0233ebab440e9f17cabbb558706eb173d19ace965c68cdce2c081042b4fab15"}, + {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"}, ] [package.dependencies] @@ -3050,4 +3050,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "439516c59cd173db45247252c4a3efe534f6ed0a62e9d0a55fbbcb7c436da297" +content-hash = "8dbba95a437a2fbc17413913499bb9a1448e92890e63817c9ea88152812bf41a" diff --git a/pyproject.toml b/pyproject.toml index 61715f0c..905f872f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ codespell = "2.4.1" covdefaults = "2.3.0" coverage = {version = "7.12.0", extras = ["toml"]} mypy = "1.18.2" -pre-commit = "4.4.0" +pre-commit = "4.5.0" pre-commit-hooks = "6.0.0" pylint = "4.0.3" pytest = "9.0.1"