Bump typer from 0.15.4 to 0.16.0 (#3124)

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]
2025-06-07 11:04:01 -04:00
committed by GitHub
parent 8e0ccb2620
commit eec43d0aff
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -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"
+1 -1
View File
@@ -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"