⬆ Bump typer from 0.21.2 to 0.23.0 (#1756)

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

---
updated-dependencies:
- dependency-name: typer
  dependency-version: 0.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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-11 23:37:50 +01:00
committed by GitHub
parent 60eca9a38d
commit 15083f20bb
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.21.2",
"typer==0.23.0",
]
github-actions = [
"httpx>=0.27.0,<0.29.0",