From eec43d0affe811039907bfe5363a20313fb244b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 11:04:01 -0400 Subject: [PATCH] Bump typer from 0.15.4 to 0.16.0 (#3124) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 16b1de2e..40088a39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -838,18 +838,18 @@ files = [ [[package]] name = "typer" -version = "0.15.4" +version = "0.16.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "typer-0.15.4-py3-none-any.whl", hash = "sha256:eb0651654dcdea706780c466cf06d8f174405a659ffff8f163cfbfee98c0e173"}, - {file = "typer-0.15.4.tar.gz", hash = "sha256:89507b104f9b6a0730354f27c39fae5b63ccd0c95b1ce1f1a6ba0cfd329997c3"}, + {file = "typer-0.16.0-py3-none-any.whl", hash = "sha256:1f79bed11d4d02d4310e3c1b7ba594183bcedb0ac73b27a9e5f28f6fb5b98855"}, + {file = "typer-0.16.0.tar.gz", hash = "sha256:af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b"}, ] [package.dependencies] -click = ">=8.0.0,<8.2" +click = ">=8.0.0" rich = ">=10.11.0" shellingham = ">=1.3.0" typing-extensions = ">=3.7.4.3" @@ -902,4 +902,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "90665837c19c03ced6cdcea7fcf3d230545d8eac8099fc04b0464f4ce10e6f83" +content-hash = "2137e59507dad846af8dded9dec561eeb4de03e31e8bd4427e2f4e581b84a17b" diff --git a/pyproject.toml b/pyproject.toml index dc365ba9..bd38421d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ jsonschema = "^4.23.0" requests = "^2.32.3" ruamel-yaml = "^0.18.11" pydantic = "^2.11.5" -typer = "^0.15.4" +typer = "^0.16.0" hypothesis = "^6.133.0" pytest = "^8.3.5"