diff --git a/poetry.lock b/poetry.lock index 8ddae87..a59563b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1780,14 +1780,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.3.0" +version = "4.5.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pre_commit-4.3.0-py2.py3-none-any.whl", hash = "sha256:2b0747ad7e6e967169136edffee14c16e148a778a54e4f967921aa1ebf2308d8"}, - {file = "pre_commit-4.3.0.tar.gz", hash = "sha256:499fe450cc9d42e9d58e606262795ecb64dd05438943c62b66f6a8673da30b16"}, + {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] @@ -2755,4 +2755,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "e3366e809a57beca15b72b4d27a7dc1b513cd23a7c1ec51043d6f0246a10fb7a" +content-hash = "48e8996856cde5daa8076413ba42cca2c99e6eaf3b8359e74d491d123626ef31" diff --git a/pyproject.toml b/pyproject.toml index 9ae8d54..58e3cd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ black = { extras = ["jupyter"], version = "~25.9.0" } flake8 = "^7.3.0" flake8-black = "^0.4.0" flake8-isort = "^7.0.0" -pre-commit = "^4.3.0" +pre-commit = "^4.5.1" PyYAML = "^6.0" [tool.isort]