Skip to content

Commit 9f8b0f0

Browse files
Bump typer from 0.4.1 to 0.6.1 (#83)
Bumps [typer](https://github.com/tiangolo/typer) from 0.4.1 to 0.6.1. - [Release notes](https://github.com/tiangolo/typer/releases) - [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.4.1...0.6.1) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c65c685 commit 9f8b0f0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 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
@@ -31,7 +31,7 @@ cookiecutter = "^1.7.2"
3131
pydantic = {extras = ["email"], version = "^1.7.2"}
3232
python = "^3.6.1"
3333
questionary = "^1.10.0"
34-
typer = "^0.4.0"
34+
typer = ">=0.4,<0.7"
3535

3636
[tool.poetry.dev-dependencies]
3737
autoflake = "^1.4"

0 commit comments

Comments
 (0)