Compare commits

...

2 Commits

Author SHA1 Message Date
Bhavin Patel e51bce62d6 Merge branch 'master' into dependabot/pip/typer-0.25.1 2026-05-07 14:20:46 +05:30
dependabot[bot] 3e8589cca6 Bump typer from 0.24.1 to 0.25.1
Bumps [typer](https://github.com/fastapi/typer) from 0.24.1 to 0.25.1.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.24.1...0.25.1)

---
updated-dependencies:
- dependency-name: typer
  dependency-version: 0.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-04 13:28:41 +00:00
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -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
View File
@@ -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"