From 97e42e6e97e5ce1f0c31e032872e5b58c2b0c557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 08:15:19 +0000 Subject: [PATCH] Bump typer from 0.13.0 to 0.13.1 (#324) Bumps [typer](https://github.com/fastapi/typer) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.13.0...0.13.1) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0a7bc742..6b2d7039 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1861,13 +1861,13 @@ files = [ [[package]] name = "typer" -version = "0.13.0" +version = "0.13.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.13.0-py3-none-any.whl", hash = "sha256:d85fe0b777b2517cc99c8055ed735452f2659cd45e451507c76f48ce5c1d00e2"}, - {file = "typer-0.13.0.tar.gz", hash = "sha256:f1c7198347939361eec90139ffa0fd8b3df3a2259d5852a0f7400e476d95985c"}, + {file = "typer-0.13.1-py3-none-any.whl", hash = "sha256:5b59580fd925e89463a29d363e0a43245ec02765bde9fb77d39e5d0f29dd7157"}, + {file = "typer-0.13.1.tar.gz", hash = "sha256:9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c"}, ] [package.dependencies] @@ -2041,4 +2041,4 @@ local = ["qxelarator"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c782205a0e95e8e77fcc53a70b6a28b61d2211ede27164ed6b198e2316a7c5f4" +content-hash = "8358b82fec6c733e3d88f5ad14c9778104713a620be21d992980e75989126246" diff --git a/pyproject.toml b/pyproject.toml index b7f54531..459d683b 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.13.0"} +typer = {extras = ["all"], version = "^0.13.1"} pydantic = "^2.9.2" qi-compute-api-client = "^0.38.0" qxelarator = {version = "^0.7.1", optional = true}