diff --git a/projects/xobusy/hvc/pyproject.toml b/projects/xobusy/hvc/pyproject.toml index 2edf64677..fd3fb3964 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.1" tqdm = "4.65.1" requests = "2.31.0" typer = {extras=["all"], version="0.9.0"}