Skip to content

Commit a2fa5f9

Browse files
chore(deps): update dependency typer to >0.6,<0.20 (#1324)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [typer](https://redirect.github.com/fastapi/typer) ([changelog](https://typer.tiangolo.com/release-notes/)) | `>0.6,<0.19` -> `>0.6,<0.20` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/typer/0.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typer/0.18.0/0.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastapi/typer (typer)</summary> ### [`v0.19.1`](https://redirect.github.com/fastapi/typer/releases/tag/0.19.1) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.19.0...0.19.1) **Note**: this is the last version to support Python 3.7, going forward Typer will require Python 3.8+. And soon Python 3.8 will also be dropped as [Python 3.8 reached it's end of life](https://devguide.python.org/versions/) almost a year ago. ##### Fixes - 🐛 Ensure that `Optional[list]` values work correctly with callbacks. PR [#&#8203;1018](https://redirect.github.com/fastapi/typer/pull/1018) by [@&#8203;solesensei](https://redirect.github.com/solesensei). ### [`v0.19.0`](https://redirect.github.com/fastapi/typer/releases/tag/0.19.0) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.18.0...0.19.0) ##### Features - ✨ Support `typing.Literal` to define a set of predefined choices. PR [#&#8203;429](https://redirect.github.com/fastapi/typer/pull/429) by [@&#8203;blackary](https://redirect.github.com/blackary). - ✨ Allow setting an environment variable to `None` in `CliRunner.invoke`. PR [#&#8203;1303](https://redirect.github.com/fastapi/typer/pull/1303) by [@&#8203;arjenzorgdoc](https://redirect.github.com/arjenzorgdoc). ##### Refactors - ✅ Use Ruff rules to ensure safe lazy-loading of `rich`. PR [#&#8203;1297](https://redirect.github.com/fastapi/typer/pull/1297) by [@&#8203;nathanjmcdougall](https://redirect.github.com/nathanjmcdougall). - ✅ Avoid rich formatting in number test. PR [#&#8203;1305](https://redirect.github.com/fastapi/typer/pull/1305) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Docs - 📝 Clarify single-command vs multi-command behaviour in README. PR [#&#8203;1268](https://redirect.github.com/fastapi/typer/pull/1268) by [@&#8203;MorgenPronk](https://redirect.github.com/MorgenPronk). </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/openapi-generators/openapi-python-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ce5705 commit a2fa5f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pdm.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
@@ -6,7 +6,7 @@ license = { text = "MIT" }
66
requires-python = ">=3.9,<4.0"
77
dependencies = [
88
"jinja2>=3.0.0,<4.0.0",
9-
"typer>0.6,<0.19",
9+
"typer>0.6,<0.20",
1010
"colorama>=0.4.3; sys_platform == \"win32\"",
1111
"shellingham>=1.3.2,<2.0.0",
1212
"pydantic>=2.10,<3.0.0",

0 commit comments

Comments
 (0)