diff --git a/poetry.lock b/poetry.lock index 9881c75..e7b852c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3600,14 +3600,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.6.1" +version = "4.6.2" 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.6.1-py2.py3-none-any.whl", hash = "sha256:0e3b2942510d1fb34eec167a3ec57331bf8442122f1153a9fb8b58f5c49b2717"}, - {file = "pre_commit-4.6.1.tar.gz", hash = "sha256:03e809865c7d178b9979d06c761fcbfe6808fdaded8581a745bb110e52050421"}, + {file = "pre_commit-4.6.2-py2.py3-none-any.whl", hash = "sha256:e2dde9a75d3bce11bd3831c26d134df00a2803c1d818be6a0383c3dcda25dc4e"}, + {file = "pre_commit-4.6.2.tar.gz", hash = "sha256:8f5d7bfb021ecdbcd9d49d89847082dd24172ccde534390081a679ad046e2441"}, ] [package.dependencies] @@ -5296,4 +5296,4 @@ mlflow = ["kedro-mlflow"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "55855668d6f2328217214921bd96760b693a6aa7fe78f2fa8827bd871fe84a6a" +content-hash = "4ce66e46c59b4ada4ee72f0835d32021d3b9c9748a2897901e22f5d7943649aa" diff --git a/pyproject.toml b/pyproject.toml index cf18c38..743af65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ mlflow = ["kedro-mlflow"] pytest = "<=9.1.1" pytest-cov = ">=2.8.0,<8.0.0" tox = ">=3.25.1,<5.0.0" -pre-commit = "4.6.1" +pre-commit = "4.6.2" pytest-subtests = ">=0.8.0, <1.0.0" responses = ">=0.26.2"