Skip to content

Commit 3e025d5

Browse files
chore(deps): Bump typer from 0.12.5 to 0.15.1 (#270)
Bumps [typer](https://github.com/fastapi/typer) from 0.12.5 to 0.15.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.12.5...0.15.1) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production 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>
1 parent 2e8455a commit 3e025d5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 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
@@ -162,7 +162,7 @@ update = ["poetry-update-core", "poetry-update-dev", "poetry-update-test", "poet
162162
[tool.poetry.dependencies]
163163
python = "^3.9"
164164
pip = ">= 24.0"
165-
typer = {extras = ["all"], version = "^0.12.5"}
165+
typer = {extras = ["all"], version = ">=0.12.5,<0.16.0"}
166166

167167
[tool.poetry.group.test.dependencies]
168168
pytest = "^8.3.3"

0 commit comments

Comments
 (0)