From 4bef334fa20a0dc6794dc3050d09fca86b9cc32b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 05:14:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pre-?= =?UTF-8?q?commit=20to=20v4.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 15f782d..b3b00bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1369,13 +1369,13 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.2.0" +version = "4.3.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-4.2.0-py2.py3-none-any.whl", hash = "sha256:a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd"}, - {file = "pre_commit-4.2.0.tar.gz", hash = "sha256:601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146"}, + {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"}, ] [package.dependencies] @@ -2429,4 +2429,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0a90a9956862d499ce153710efbb977c1cb8084eb3c4579283a53fad9ccc5bb3" +content-hash = "285c61adfead1ddf6d628c6cdf80b63471b110e56e6fd1c5663605366dcdf9fc" diff --git a/pyproject.toml b/pyproject.toml index 6ec421d..b50782d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ codespell = "2.4.1" covdefaults = "2.3.0" coverage = {version = "7.10.2", extras = ["toml"]} mypy = "1.17.1" -pre-commit = "4.2.0" +pre-commit = "4.3.0" pre-commit-hooks = "5.0.0" pylint = "3.3.8" pytest = "8.4.1"