From d286db9369b22e90ad09c2ebaa0758e3be518f09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 23:21:01 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pre-?= =?UTF-8?q?commit=20to=20v3.7.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 8075e77..b6d5cb0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -759,13 +759,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.2" +version = "3.7.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.2-py2.py3-none-any.whl", hash = "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c"}, - {file = "pre_commit-3.6.2.tar.gz", hash = "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e"}, + {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"}, ] [package.dependencies] @@ -1239,4 +1239,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c9fec794f508ce2c955d89fc7fb9c967533258158e04c73a05ec7e37eeed4c6f" +content-hash = "79c85cb7c7bf7dcacf245cd5ea3247282d8f37ea01b1ea205f639f42788009a5" diff --git a/pyproject.toml b/pyproject.toml index 51f09c6..b39362f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ blacken-docs = "1.16.0" codespell = "2.2.6" coverage = {version = "7.4.4", extras = ["toml"]} mypy = "1.9.0" -pre-commit = "3.6.2" +pre-commit = "3.7.0" pre-commit-hooks = "4.5.0" pylint = "3.1.0" pytest = "8.1.1"