Skip to content

Commit b67d47e

Browse files
deps(deps): bump typer from 0.16.0 to 0.25.0
Bumps [typer](https://github.com/fastapi/typer) from 0.16.0 to 0.25.0. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.16.0...0.25.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ac22e9 commit b67d47e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
# references (e.g. ``cls: type[TyperCommand] | None``) that fail at
4444
# class-body evaluation on Python 3.11/3.12. CI runs on 3.11 — pin
4545
# below the regressed range until typer ships a fix.
46-
"typer==0.16.0",
46+
"typer==0.25.0",
4747
"copier>=9.11.2",
4848
"rich>=13.0.0",
4949
"pillow>=12.2.0",

0 commit comments

Comments
 (0)