From 554c770714cb632f9b660cf69246829772745aa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:37:19 +0800 Subject: [PATCH] chore(dev): update dependency pre-commit to v3.6.0 (#178) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4723870..28e7b66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1101,13 +1101,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] @@ -1862,4 +1862,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "957c93d5b19422336174cb81babf9234ff1d929fdc090fcedffd3770382fd500" +content-hash = "28601f80f44a3e52a1ddbdfd68fbbca71f7d032ffacb9a3fd13d5acc01085084" diff --git a/pyproject.toml b/pyproject.toml index 0d9bde8..9aa82eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pytest-dotenv = "0.5.2" pytest-github-actions-annotate-failures = "==0.2.0" pytest-env = "==1.1.3" # linter and formatter -pre-commit = "==3.5.0" +pre-commit = "==3.6.0" mypy = "==1.8.0" watchgod = "0.8.2" types-protobuf = "^4.21.0.2"