From 242b66dc0091e454217733e47e42bf0249a09cb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 21:42:25 +0000 Subject: [PATCH] Update dependency pyfiglet to v1 --- projects/xobusy/hvc/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/xobusy/hvc/pyproject.toml b/projects/xobusy/hvc/pyproject.toml index 2edf64677..abf7a4e2b 100644 --- a/projects/xobusy/hvc/pyproject.toml +++ b/projects/xobusy/hvc/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "3.11.4" typing-extensions = "4.7.0" -pyfiglet = "0.8.post1" +pyfiglet = "1.0.2" tqdm = "4.65.1" requests = "2.31.0" typer = {extras=["all"], version="0.9.0"}