⬆ Bump typer from 0.23.0 to 0.23.1 (#1759)

Bumps [typer](https://github.com/fastapi/typer) from 0.23.0 to 0.23.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.23.0...0.23.1)

---
updated-dependencies:
- dependency-name: typer
  dependency-version: 0.23.1
  dependency-type: direct:development
  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]
2026-02-14 17:34:28 +01:00
committed by GitHub
parent 151b5a2836
commit c3db912b6a
2 changed files with 6 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ docs = [
"mkdocstrings[python]==0.30.1",
"pillow==11.3.0",
"pyyaml>=5.3.1,<7.0.0",
"typer==0.23.0",
"typer==0.23.1",
]
github-actions = [
"httpx>=0.27.0,<0.29.0",

10
uv.lock generated
View File

@@ -2615,7 +2615,7 @@ dev = [
{ name = "pytest", specifier = ">=7.0.1,<9.0.0" },
{ name = "pyyaml", specifier = ">=5.3.1,<7.0.0" },
{ name = "ruff", specifier = "==0.15.0" },
{ name = "typer", specifier = "==0.23.0" },
{ name = "typer", specifier = "==0.23.1" },
{ name = "typing-extensions", specifier = "==4.15.0" },
]
docs = [
@@ -2631,7 +2631,7 @@ docs = [
{ name = "mkdocstrings", extras = ["python"], specifier = "==0.30.1" },
{ name = "pillow", specifier = "==11.3.0" },
{ name = "pyyaml", specifier = ">=5.3.1,<7.0.0" },
{ name = "typer", specifier = "==0.23.0" },
{ name = "typer", specifier = "==0.23.1" },
]
github-actions = [
{ name = "httpx", specifier = ">=0.27.0,<0.29.0" },
@@ -2803,7 +2803,7 @@ wheels = [
[[package]]
name = "typer"
version = "0.23.0"
version = "0.23.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "annotated-doc" },
@@ -2812,9 +2812,9 @@ dependencies = [
{ name = "rich" },
{ name = "shellingham" },
]
sdist = { url = "https://files.pythonhosted.org/packages/7e/e6/44e073787aa57cd71c151f44855232feb0f748428fd5242d7366e3c4ae8b/typer-0.23.0.tar.gz", hash = "sha256:d8378833e47ada5d3d093fa20c4c63427cc4e27127f6b349a6c359463087d8cc", size = 120181, upload-time = "2026-02-11T15:22:18.637Z" }
sdist = { url = "https://files.pythonhosted.org/packages/fd/07/b822e1b307d40e263e8253d2384cf98c51aa2368cc7ba9a07e523a1d964b/typer-0.23.1.tar.gz", hash = "sha256:2070374e4d31c83e7b61362fd859aa683576432fd5b026b060ad6b4cd3b86134", size = 120047, upload-time = "2026-02-13T10:04:30.984Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/7a/ed/d6fca788b51d0d4640c4bc82d0e85bad4b49809bca36bf4af01b4dcb66a7/typer-0.23.0-py3-none-any.whl", hash = "sha256:79f4bc262b6c37872091072a3cb7cb6d7d79ee98c0c658b4364bdcde3c42c913", size = 56668, upload-time = "2026-02-11T15:22:21.075Z" },
{ url = "https://files.pythonhosted.org/packages/d5/91/9b286ab899c008c2cb05e8be99814807e7fbbd33f0c0c960470826e5ac82/typer-0.23.1-py3-none-any.whl", hash = "sha256:3291ad0d3c701cbf522012faccfbb29352ff16ad262db2139e6b01f15781f14e", size = 56813, upload-time = "2026-02-13T10:04:32.008Z" },
]
[[package]]