Bump typer from 0.13.0 to 0.13.1 (#2997)

Bumps [typer](https://github.com/fastapi/typer) from 0.13.0 to 0.13.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.13.0...0.13.1)

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

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]
2024-11-25 22:04:19 -05:00
committed by GitHub
parent a6b2aaed44
commit daae6c4171
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -799,13 +799,13 @@ files = [
[[package]]
name = "typer"
version = "0.13.0"
version = "0.13.1"
description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
optional = false
python-versions = ">=3.7"
files = [
{file = "typer-0.13.0-py3-none-any.whl", hash = "sha256:d85fe0b777b2517cc99c8055ed735452f2659cd45e451507c76f48ce5c1d00e2"},
{file = "typer-0.13.0.tar.gz", hash = "sha256:f1c7198347939361eec90139ffa0fd8b3df3a2259d5852a0f7400e476d95985c"},
{file = "typer-0.13.1-py3-none-any.whl", hash = "sha256:5b59580fd925e89463a29d363e0a43245ec02765bde9fb77d39e5d0f29dd7157"},
{file = "typer-0.13.1.tar.gz", hash = "sha256:9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c"},
]
[package.dependencies]
@@ -845,4 +845,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "38117d6103a374ac236fe88e13b5cba06a6a81cf0ab3d53fd03299f52868f264"
content-hash = "55a676a93ad22c237a6f20f54d35ed7a5ae38831b294e92f97a5d2389cf2b41d"
+1 -1
View File
@@ -12,7 +12,7 @@ jsonschema = "^4.23.0"
requests = "^2.32.3"
ruamel-yaml = "^0.18.6"
pydantic = "^2.9.2"
typer = "^0.13.0"
typer = "^0.13.1"
hypothesis = "^6.119.4"
pytest = "^8.3.3"