diff --git a/poetry.lock b/poetry.lock index cd12b3b..7a2256b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2895,14 +2895,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] @@ -4673,4 +4673,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = ">3.11,<3.13" -content-hash = "fb3bd4aa2a77fe85f9951aa6a14aa954d8d44f7d937b7f84dafc70b21c84443a" +content-hash = "865cf8daab45703927e8b6b7bbe174248377f12586806dea0ff3fdd0b5b6fc3e" diff --git a/pyproject.toml b/pyproject.toml index 540aba4..b00e574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ black = { extras = ["jupyter"], version = "~25.11.0" } flake8 = "^7.3.0" flake8-black = "^0.4.0" flake8-isort = "^7.0.0" -pre-commit = "~=4.4.0" +pre-commit = "~=4.5.0" PyYAML = "^6.0" deptry = "^0.24.0" # find unused dependencies nbval = "^0.11.0"