From 6270238f6febb7ba256ea06b4fa37f8fc2cd95b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:41:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pre-?= =?UTF-8?q?commit=20to=20v4?= 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 c376ddc..d22ddde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -792,13 +792,13 @@ type = ["mypy (>=1.11.2)"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, - {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, + {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, + {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, ] [package.dependencies] @@ -1250,4 +1250,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a727113a8697e86a31e5ec7357f57129f4a372f52585c4a569c304db3af199f9" +content-hash = "72e3a42cbb000ea6a4e507c88359c8243df6d7bec1f68a089bd82a060264265e" diff --git a/pyproject.toml b/pyproject.toml index 17fc14d..dd2245c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ namur = "^1.0.0" odp-amsterdam = "^6.0.0" [tool.poetry.group.dev.dependencies] -pre-commit = "3.8.0" +pre-commit = "4.0.1" pre-commit-hooks = "4.6.0" pylint = "3.3.1" ruff = "0.6.9"