fix(deps): widen typer upper bound (#1375)
bump typer Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
c0ba88edf1
commit
7e40ad3261
2
poetry.lock
generated
2
poetry.lock
generated
@ -7859,4 +7859,4 @@ vlm = ["accelerate", "transformers", "transformers"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "a9830e60f15bd80e7776c5dbba86dd477ae62408e55406c3f91a127bc553e173"
|
content-hash = "d2a8f7997b9ffb249ad26ba492b766d580bdb0072d50e76b0afd92496e983e96"
|
||||||
|
@ -62,7 +62,7 @@ scipy = [
|
|||||||
{ version = "^1.6.0", markers = "python_version >= '3.10'" },
|
{ version = "^1.6.0", markers = "python_version >= '3.10'" },
|
||||||
{ version = ">=1.6.0,<1.14.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-docx = "^1.1.2"
|
||||||
python-pptx = "^1.0.2"
|
python-pptx = "^1.0.2"
|
||||||
beautifulsoup4 = "^4.12.3"
|
beautifulsoup4 = "^4.12.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user