Skip to content

⬆️ Update typer requirement from ^0.2.1 to >=0.2.1,<0.5.0#56

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/typer-gte-0.2.1-and-lt-0.5.0
Open

⬆️ Update typer requirement from ^0.2.1 to >=0.2.1,<0.5.0#56
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/typer-gte-0.2.1-and-lt-0.5.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 30, 2021

Updates the requirements on typer to permit the latest version.

Release notes

Sourced from typer's releases.

0.4.0

Features

  • ✨ Add support for Click 8 while keeping compatibility with Click 7. PR #317 by @​tiangolo.

Internal

Changelog

Sourced from typer's changelog.

0.4.0

Features

  • ✨ Add support for Click 8 while keeping compatibility with Click 7. PR #317 by @​tiangolo.

Internal

0.3.2

Features

Docs

Internal

  • Report coverage in XML to support GitHub Actions. PR #146.
  • Update badges and remove Travis, now that GitHub Actions is the main CI. PR #145.

0.3.1

  • Add GitHub Actions, move from Travis. PR #144.
  • Pin dependencies. PR #138.
  • Add Dependabot. PR #136.
  • Upgrade Isort to version 5.x.x. PR #137.

0.3.0

  • Add support for help parameter in CLI arguments:
    • As help in CLI arguments is not supported by Click, there are two new internal classes (Click sub-classes) to support it:
      • typer.core.TyperArgument
      • typer.core.TyperCommand
    • This includes a new auto-generated help text section Arguments for CLI arguments, showing defaults, required arguments, etc.
    • It's also possible to disable it and keep the previous behavior, not showing automatic help for CLI arguments (Click's default) using the hidden parameter.
    • Now show_default is True by default.
    • And now show_envvar is True by default.
    • So, default values and env vars are shown in the help text by default, without having to manually enable them, for both CLI arguments and CLI options.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [typer](https://github.com/tiangolo/typer) to permit the latest version.
- [Release notes](https://github.com/tiangolo/typer/releases)
- [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.2.1...0.4.0)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants