Bump typer from 0.21.0 to 0.21.1 (#3270)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-07 05:25:58 -05:00
committed by GitHub
parent a1e6fd5454
commit d93c5cf8f5
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -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"
+1 -1
View File
@@ -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"