diff --git a/poetry.lock b/poetry.lock index e92b2c2..a8858ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2627,14 +2627,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] @@ -4139,4 +4139,4 @@ numpy-backend = ["numpy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "bc13b773e345af692c8b919795333d833c1fc0e20fbcbe08a3c8ad77cebccbb4" +content-hash = "faff788f368fda9c17b8e15361b4691661f2d29970ca5de5805172957aacdd6b" diff --git a/pyproject.toml b/pyproject.toml index ff4a363..085d657 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ flake8 = "^7.1" mypy = "^1.18" black = "^25.11" isort = "^7.0" -pre-commit = "^4.4" +pre-commit = "^4.5" hypothesis = "^6.147.0" python-semantic-release = "^10.5.1" pydocstyle = "^6.3"