fix(deps): widen typer upper bound (#1375)

bump typer

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2025-04-14 09:23:39 +02:00
committed by GitHub
parent c0ba88edf1
commit 7e40ad3261
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ scipy = [
{ version = "^1.6.0", markers = "python_version >= '3.10'" },
{ version = ">=1.6.0,<1.14.0", markers = "python_version < '3.10'" },
]
typer = "^0.12.5"
typer = ">=0.12.5,<0.16.0"
python-docx = "^1.1.2"
python-pptx = "^1.0.2"
beautifulsoup4 = "^4.12.3"