From a526b8f61bf8cefce9f34c8c4561eec4589be685 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:37:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pre-?= =?UTF-8?q?commit=20to=20v3.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ef70409..2ab3d68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -721,13 +721,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.5.0" +version = "3.6.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, - {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, + {file = "pre_commit-3.6.0-py2.py3-none-any.whl", hash = "sha256:c255039ef399049a5544b6ce13d135caba8f2c28c3b4033277a788f434308376"}, + {file = "pre_commit-3.6.0.tar.gz", hash = "sha256:d30bad9abf165f7785c15a21a1f46da7d0677cb00ee7ff4c579fd38922efe15d"}, ] [package.dependencies] @@ -1178,4 +1178,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6fa9e0e5acc9308b9eed4520b00b44ca67eb19a15d2cca3cc860410ccaff9cbe" +content-hash = "063683d5d4352d6e5a45faad77cf39b1c35caf5cf3df4dd4417cd87242a54e86" diff --git a/pyproject.toml b/pyproject.toml index 420a95f..1bbe822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ blacken-docs = "1.16.0" codespell = "2.2.6" coverage = {version = "7.3.2", extras = ["toml"]} mypy = "1.7.1" -pre-commit = "3.5.0" +pre-commit = "3.6.0" pre-commit-hooks = "4.5.0" pylint = "3.0.2" pytest = "7.4.3"