Skip to content

chore(deps): update dependency typer to ^0.6 #644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typer ^0.4 -> ^0.6 age adoption passing confidence

Release Notes

tiangolo/typer

v0.6.1

Fixes

v0.6.0

Compare Source

This release adds deep integrations with Rich. ✨

rich is an optional dependency, you can install it directly or it will be included when you install with:

$ pip install "typer[all]"

If Rich is available, it will be used to show the content from --help options, validation errors, and even errors in your app (exception tracebacks).

There are new options to group commands, CLI arguments, and CLI options, support for Rich Console Markup, and more! 🎉

Features
Docs
Internal

v0.5.0

Compare Source

Features
  • ✨ Add pretty error tracebacks for user errors and support for Rich. PR #​412 by @​tiangolo.
Docs

v0.4.2

Compare Source

Fixes
Docs
Internal

v0.4.1

Compare Source

Fixes
Internal
  • 📝 Add Jina's QA Bot to the docs to help people that want to ask quick questions. PR #​368 by @​tiangolo.
  • 💚 Only test on push when on master, avoid duplicate CI runs from PRs. PR #​358 by @​tiangolo.
  • ✨ Add support for previewing docs in PRs from forks and enable MkDocs Insiders. PR #​357 by @​tiangolo.
  • ⬆️ Upgrade MkDocs Material, MDX-Include, and MkDocs structure. PR #​356 by @​tiangolo.
  • 👷 Update publish GitHub action. PR #​325 by @​tiangolo.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jul 6, 2022

Codecov Report

Merging #644 (2796521) into main (b33238d) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #644   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           49        49           
  Lines         1713      1713           
=========================================
  Hits          1713      1713           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b33238d...2796521. Read the comment docs.

@renovate renovate bot force-pushed the renovate/typer-0.x branch from aadf6e7 to 2796521 Compare July 12, 2022 21:09
@renovate renovate bot changed the title chore(deps): update dependency typer to ^0.5 chore(deps): update dependency typer to ^0.6 Jul 12, 2022
@dbanty dbanty merged commit c118271 into main Jul 12, 2022
@dbanty dbanty deleted the renovate/typer-0.x branch July 12, 2022 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant