Skip to content

Commit d8f2662

Browse files
⬆️ Bump typer from 0.13.1 to 0.14.0
Bumps [typer](https://github.com/fastapi/typer) from 0.13.1 to 0.14.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.13.1...0.14.0) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d779bbf commit d8f2662

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [ #! Update me
3636
[tool.poetry.dependencies]
3737
python = "^3.7"
3838
importlib_metadata = {version = ">=4.5,<7.0", python = "<3.8"}
39-
typer = {extras = ["all"], version = ">=0.6.1,<0.14.0"}
39+
typer = {extras = ["all"], version = ">=0.6.1,<0.15.0"}
4040
rich = ">=12.5.1,<14.0.0"
4141

4242
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)