diff --git a/poetry.lock b/poetry.lock index cc2ba0d..bb2366c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1755,13 +1755,13 @@ files = [ [[package]] name = "typer" -version = "0.12.3" +version = "0.12.4" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.12.3-py3-none-any.whl", hash = "sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914"}, - {file = "typer-0.12.3.tar.gz", hash = "sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482"}, + {file = "typer-0.12.4-py3-none-any.whl", hash = "sha256:819aa03699f438397e876aa12b0d63766864ecba1b579092cc9fe35d886e34b6"}, + {file = "typer-0.12.4.tar.gz", hash = "sha256:c9c1613ed6a166162705b3347b8d10b661ccc5d95692654d0fb628118f2c34e6"}, ] [package.dependencies] @@ -1952,4 +1952,4 @@ local = ["qxelarator"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ada74c8ca22f9c2afa28442ec2a347d693f386110cd6654e874dfcebc7b2aab5" +content-hash = "0e31ea1f1fcaa7e551d6e01efb76ffc3ecd9e3f52cd46d3002164d0b335ad0d5" diff --git a/pyproject.toml b/pyproject.toml index 67d4c95..5ea8c32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ qi = "quantuminspire.cli.command_list:app" [tool.poetry.dependencies] python = "^3.9" -typer = {extras = ["all"], version = "^0.12.3"} +typer = {extras = ["all"], version = "^0.12.4"} pydantic = "^2.8.2" qi-compute-api-client = "^0.33.0" qxelarator = {version = "^0.7.1", optional = true}