From 0022bc5cf6cd935915c7b531f0d812978d5d9051 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:29:37 +0000 Subject: [PATCH] chore(deps): update dependency typer to v0.26.5 Signed-off-by: Renovate Bot --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 09fda04c..10860647 100644 --- a/Pipfile +++ b/Pipfile @@ -14,6 +14,6 @@ patool = "==4.0.5" requests = "==2.34.2" "ruamel.yaml" = "==0.19.1" tabulate = "==0.10.0" -typer = {extras = ["all"], version = "==0.26.3"} +typer = {extras = ["all"], version = "==0.26.5"} yamale = "==6.1.0" setuptools = "==82.0.1" diff --git a/Pipfile.lock b/Pipfile.lock index d14265d9..02ae9dcd 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "cbb55215844e199ca81674f3a79b029aa6e4c49959ea47416f69e497435b0868" + "sha256": "65b3b58f0d5974aaf1664e0c54b5a41a9c6227d0836af4e576bebfbc7f3b474d" }, "pipfile-spec": 6, "requires": {}, @@ -865,11 +865,11 @@ "all" ], "hashes": [ - "sha256:3e2b9352f535e5303ef27806dadc2c8647687bdca5c902f03fec3fb88f46a46a", - "sha256:e70549ec5a403ca8a0bf0802ddd9f3c6ff7a14ccbb859b01b697baa943636f33" + "sha256:4bfd901d564e41608920134aa5d4481200f4ba76d98e982d9f9d32dcb7b84da0", + "sha256:9b9b39e35c3afc9e1e51a06f21155246e457c0911279b09b35d8210ca74b935c" ], "markers": "python_version >= '3.10'", - "version": "==0.26.3" + "version": "==0.26.5" }, "typing-extensions": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index c40e4276..331ac3a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ requests==2.34.2 ruamel.yaml==0.19.1 setuptools==82.0.1 tabulate==0.10.0 -typer[all]==0.26.3 +typer[all]==0.26.5 yamale==6.1.0