From bcaa9e0ec9d01fe1a45de4c26b299056a3472294 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 07:28:36 +0000 Subject: [PATCH] Update dependency typer to v0.21.1 Signed-off-by: Renovate Bot --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 37cbde0..46cd369 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ os-client-config = "==2.3.0" python-ldap = "==3.4.5" python-neutronclient = "==11.7.0" tabulate = "==0.9.0" -typer = "==0.20.0" +typer = "==0.21.1" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index ce538f0..63e15fc 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "6b9a621297cddd3f76aa55371889aa0ab06c5d9c18ee09f6d725297fb5520c9b" + "sha256": "6bbfd232f5eb8de4ecf9ecedfd54f54df15d5133dc5b32d9ded5572fb788e8c3" }, "pipfile-spec": 6, "requires": { @@ -907,12 +907,12 @@ }, "typer": { "hashes": [ - "sha256:1aaf6494031793e4876fb0bacfa6a912b551cf43c1e63c800df8b1a866720c37", - "sha256:5b463df6793ec1dca6213a3cf4c0f03bc6e322ac5e16e13ddd622a889489784a" + "sha256:7985e89081c636b88d172c2ee0cfe33c253160994d47bdfdc302defd7d1f1d01", + "sha256:ea835607cd752343b6b2b7ce676893e5a0324082268b48f27aa058bdb7d2145d" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==0.20.0" + "markers": "python_version >= '3.9'", + "version": "==0.21.1" }, "typing-extensions": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 08c3b81..34c4128 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ os-client-config==2.3.0 python-ldap==3.4.5 python-neutronclient==11.7.0 tabulate==0.9.0 -typer==0.20.0 +typer==0.21.1