diff --git a/poetry.lock b/poetry.lock index e058433..f303dad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2623,14 +2623,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.3.0" +version = "4.4.0" 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.4.0-py2.py3-none-any.whl", hash = "sha256:b35ea52957cbf83dcc5d8ee636cbead8624e3a15fbfa61a370e42158ac8a5813"}, + {file = "pre_commit-4.4.0.tar.gz", hash = "sha256:f0233ebab440e9f17cabbb558706eb173d19ace965c68cdce2c081042b4fab15"}, ] [package.dependencies] @@ -4135,4 +4135,4 @@ numpy-backend = ["numpy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "07c0480962fa25932a2b002c367fb1bf1dbf3c9685e5d85dac7f4a0ae0a3f1d2" +content-hash = "4a2735a6ed0043e035fd623c7b1d2299600b520171071d94d35c2ee2c21928bb" diff --git a/pyproject.toml b/pyproject.toml index d6c1e83..a0fd057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ flake8 = "^7.1" mypy = "^1.18" black = "^25.9" isort = "^7.0" -pre-commit = "^4.3" +pre-commit = "^4.4" hypothesis = "^6.147.0" python-semantic-release = "^10.4.1" pydocstyle = "^6.3"