Skip to content

Commit 25f914d

Browse files
[Dependabot]: Bump typer from 0.15.4 to 0.16.1
Bumps [typer](https://github.com/fastapi/typer) from 0.15.4 to 0.16.1. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.15.4...0.16.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86cd22e commit 25f914d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "importspy", from = "src"}]
1111
python = "^3.10"
1212
pydantic = "^2.9.2"
1313
ruamel-yaml = "^0.18.10"
14-
typer = "^0.15.2"
14+
typer = ">=0.15.2,<0.17.0"
1515
pymdown-extensions = "^10.16.1"
1616

1717

0 commit comments

Comments
 (0)