Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e51bce62d6 | |||
| 3e8589cca6 |
Generated
+5
-5
@@ -931,20 +931,20 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "typer"
|
||||
version = "0.24.1"
|
||||
version = "0.25.1"
|
||||
description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
|
||||
optional = false
|
||||
python-versions = ">=3.10"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "typer-0.24.1-py3-none-any.whl", hash = "sha256:112c1f0ce578bfb4cab9ffdabc68f031416ebcc216536611ba21f04e9aa84c9e"},
|
||||
{file = "typer-0.24.1.tar.gz", hash = "sha256:e39b4732d65fbdcde189ae76cf7cd48aeae72919dea1fdfc16593be016256b45"},
|
||||
{file = "typer-0.25.1-py3-none-any.whl", hash = "sha256:75caa44ed46a03fb2dab8808753ffacdbfea88495e74c85a28c5eefcf5f39c89"},
|
||||
{file = "typer-0.25.1.tar.gz", hash = "sha256:9616eb8853a09ffeabab1698952f33c6f29ffdbceb4eaeecf571880e8d7664cc"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
annotated-doc = ">=0.0.2"
|
||||
click = ">=8.2.1"
|
||||
rich = ">=12.3.0"
|
||||
rich = ">=13.8.0"
|
||||
shellingham = ">=1.3.0"
|
||||
|
||||
[[package]]
|
||||
@@ -995,4 +995,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "7538a0b63553d40b9d3daab57bf4233e0d2d4c9ef72e9055bc3e68a0aec780ee"
|
||||
content-hash = "00f7454cfdaad47e9fb2297c9cb2349cbc2f654bd958a84a6273ab0baede9283"
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ jsonschema = "^4.26.0"
|
||||
requests = "^2.33.1"
|
||||
ruamel-yaml = "^0.18.16"
|
||||
pydantic = "^2.13.2"
|
||||
typer = "^0.24.1"
|
||||
typer = "^0.25.1"
|
||||
hypothesis = "^6.152.1"
|
||||
pytest = "^9.0.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user