From 91312b700856db8b4d01bdfa9b95e8437678bdc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 22:09:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pre-?= =?UTF-8?q?commit=20to=20v3.7.1?= 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 0b4507b..346c65f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -760,13 +760,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.7.0" +version = "3.7.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, - {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, + {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, + {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, ] [package.dependencies] @@ -1218,4 +1218,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5ed5d6dcbbf4020ddd727ee11cc796303172bbbb2755a5dce0a40d75339685ac" +content-hash = "056201f86a18b2a4bff85c63634a0183524bf3221965cccee7c796996f8b9d48" diff --git a/pyproject.toml b/pyproject.toml index bedf924..9063248 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ blacken-docs = "1.16.0" codespell = "2.2.6" coverage = {version = "7.5.1", extras = ["toml"]} mypy = "1.10.0" -pre-commit = "3.7.0" +pre-commit = "3.7.1" pre-commit-hooks = "4.6.0" pylint = "3.1.0" pytest = "8.2.0"