From 60cdbf7191f42b21650872407ab394339054d44a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 02:10:26 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pre-?= =?UTF-8?q?commit-hooks=20to=20v4.5.0=20(#460)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 597afd7..1d863ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -873,13 +873,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pre-commit-hooks" -version = "4.4.0" +version = "4.5.0" description = "Some out-of-the-box hooks for pre-commit." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pre_commit_hooks-4.4.0-py2.py3-none-any.whl", hash = "sha256:fc8837335476221ccccda3d176ed6ae29fe58753ce7e8b7863f5d0f987328fc6"}, - {file = "pre_commit_hooks-4.4.0.tar.gz", hash = "sha256:7011eed8e1a25cde94693da009cba76392194cecc2f3f06c51a44ea6ad6c2af9"}, + {file = "pre_commit_hooks-4.5.0-py2.py3-none-any.whl", hash = "sha256:b779d5c44ede9b1fda48e2d96b08e9aa5b1d2fdb8903ca09f0dbaca22d529edb"}, + {file = "pre_commit_hooks-4.5.0.tar.gz", hash = "sha256:ffbe2af1c85ac9a7695866955680b4dee98822638b748a6f3debefad79748c8a"}, ] [package.dependencies] @@ -1312,4 +1312,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "23f2b9f6ff5a6295a53a12af404d9c75fa42e332d86525a138d161302a02a428" +content-hash = "736ec63c8a952251d23247fc5e097eedfb57576d226d76dfb9e59109051fccb2" diff --git a/pyproject.toml b/pyproject.toml index 6cabeaa..291e805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ odp-amsterdam = "^5.1.0" black = "23.9.1" blacken-docs = "1.16.0" pre-commit = "3.4.0" -pre-commit-hooks = "4.4.0" +pre-commit-hooks = "4.5.0" pylint = "3.0.1" ruff = "0.0.292" yamllint = "1.32.0"