From d93c5cf8f53e9c869fb804ce00f2a22ddd8601ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 05:25:58 -0500 Subject: [PATCH] Bump typer from 0.21.0 to 0.21.1 (#3270) 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 9e111e30..68fc84c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -920,14 +920,14 @@ files = [ [[package]] name = "typer" -version = "0.21.0" +version = "0.21.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "typer-0.21.0-py3-none-any.whl", hash = "sha256:c79c01ca6b30af9fd48284058a7056ba0d3bf5cf10d0ff3d0c5b11b68c258ac6"}, - {file = "typer-0.21.0.tar.gz", hash = "sha256:c87c0d2b6eee3b49c5c64649ec92425492c14488096dfbc8a0c2799b2f6f9c53"}, + {file = "typer-0.21.1-py3-none-any.whl", hash = "sha256:7985e89081c636b88d172c2ee0cfe33c253160994d47bdfdc302defd7d1f1d01"}, + {file = "typer-0.21.1.tar.gz", hash = "sha256:ea835607cd752343b6b2b7ce676893e5a0324082268b48f27aa058bdb7d2145d"}, ] [package.dependencies] @@ -984,4 +984,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "7456b7ba64f4581081ca4a0bd2276cfc37601b00b1a2d8f2599e6ff3e3314b53" +content-hash = "4ea2e63a73aafb09a062f628cf04efffc7f46134ed692520679c6604751a68ee" diff --git a/pyproject.toml b/pyproject.toml index a201772b..5a174ceb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ jsonschema = "^4.26.0" requests = "^2.32.5" ruamel-yaml = "^0.18.16" pydantic = "^2.12.5" -typer = "^0.21.0" +typer = "^0.21.1" hypothesis = "^6.148.7" pytest = "^9.0.2"