fix(deps): update dependency typer to ^0.19.0 #14

Merged
maxp merged 1 commits from renovate/typer-0.x into main 2025-10-02 17:41:05 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
typer (changelog) ^0.16.0 -> ^0.19.0 age confidence

Release Notes

fastapi/typer (typer)

v0.19.2

Compare Source

Fixes
Refactors
Internal

v0.19.1

Compare Source

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 almost a year ago.

Fixes

v0.19.0

Compare Source

Features
Refactors
Docs

v0.18.0

Compare Source

Fixes
  • 👽️ Ensure compatibility with Click 8.3.0 by restoring the original value_is_missing function. PR #​1333 by @​svlandeg.
Upgrades
  • 📌 Remove pin for Click < 8.3.0 now that there's a fix for the changes. PR #​1346 by @​tiangolo.

v0.17.5

Compare Source

Fixes
  • ⬇️ Restrict Click to below 8.3.0 to handle changes in the new version. PR #​1336 by @​svlandeg.
Internal

v0.17.4

Compare Source

Fixes
Internal

v0.17.3

Compare Source

Features

v0.17.2

Compare Source

Fixes

v0.17.1

Compare Source

Fixes

v0.17.0

Compare Source

Features
Internal

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, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [typer](https://github.com/fastapi/typer) ([changelog](https://typer.tiangolo.com/release-notes/)) | `^0.16.0` -> `^0.19.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/typer/0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typer/0.16.1/0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastapi/typer (typer)</summary> ### [`v0.19.2`](https://github.com/fastapi/typer/releases/tag/0.19.2) [Compare Source](https://github.com/fastapi/typer/compare/0.19.1...0.19.2) ##### Fixes - 🐛 Fix list convertor with an empty list default factory . PR [#&#8203;1350](https://github.com/fastapi/typer/pull/1350) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Refactors - 🔥 Drop support for Python 3.7. PR [#&#8203;830](https://github.com/fastapi/typer/pull/830) by [@&#8203;kinuax](https://github.com/kinuax). ##### Internal - ⬆ Bump ruff from 0.13.0 to 0.13.1. PR [#&#8203;1339](https://github.com/fastapi/typer/pull/1339) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1351](https://github.com/fastapi/typer/pull/1351) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). - ⬆ Bump markdown-include-variants from 0.0.4 to 0.0.5. PR [#&#8203;1348](https://github.com/fastapi/typer/pull/1348) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). ### [`v0.19.1`](https://github.com/fastapi/typer/releases/tag/0.19.1) [Compare Source](https://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://github.com/fastapi/typer/pull/1018) by [@&#8203;solesensei](https://github.com/solesensei). ### [`v0.19.0`](https://github.com/fastapi/typer/releases/tag/0.19.0) [Compare Source](https://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://github.com/fastapi/typer/pull/429) by [@&#8203;blackary](https://github.com/blackary). - ✨ Allow setting an environment variable to `None` in `CliRunner.invoke`. PR [#&#8203;1303](https://github.com/fastapi/typer/pull/1303) by [@&#8203;arjenzorgdoc](https://github.com/arjenzorgdoc). ##### Refactors - ✅ Use Ruff rules to ensure safe lazy-loading of `rich`. PR [#&#8203;1297](https://github.com/fastapi/typer/pull/1297) by [@&#8203;nathanjmcdougall](https://github.com/nathanjmcdougall). - ✅ Avoid rich formatting in number test. PR [#&#8203;1305](https://github.com/fastapi/typer/pull/1305) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Docs - 📝 Clarify single-command vs multi-command behaviour in README. PR [#&#8203;1268](https://github.com/fastapi/typer/pull/1268) by [@&#8203;MorgenPronk](https://github.com/MorgenPronk). ### [`v0.18.0`](https://github.com/fastapi/typer/releases/tag/0.18.0) [Compare Source](https://github.com/fastapi/typer/compare/0.17.5...0.18.0) ##### Fixes - 👽️ Ensure compatibility with Click 8.3.0 by restoring the original `value_is_missing` function. PR [#&#8203;1333](https://github.com/fastapi/typer/pull/1333) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Upgrades - 📌 Remove pin for Click < 8.3.0 now that there's a fix for the changes. PR [#&#8203;1346](https://github.com/fastapi/typer/pull/1346) by [@&#8203;tiangolo](https://github.com/tiangolo). ### [`v0.17.5`](https://github.com/fastapi/typer/releases/tag/0.17.5) [Compare Source](https://github.com/fastapi/typer/compare/0.17.4...0.17.5) ##### Fixes - ⬇️ Restrict Click to below 8.3.0 to handle changes in the new version. PR [#&#8203;1336](https://github.com/fastapi/typer/pull/1336) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Internal - ⬆ Bump mkdocs-material from 9.6.14 to 9.6.20. PR [#&#8203;1308](https://github.com/fastapi/typer/pull/1308) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump mkdocs-material from 9.5.50 to 9.6.14. PR [#&#8203;1223](https://github.com/fastapi/typer/pull/1223) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump actions/download-artifact from 4 to 5. PR [#&#8203;1269](https://github.com/fastapi/typer/pull/1269) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump ruff from 0.12.12 to 0.13.0. PR [#&#8203;1302](https://github.com/fastapi/typer/pull/1302) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1307](https://github.com/fastapi/typer/pull/1307) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). - ⬆ Update pytest-cov requirement from <7.0.0,>=2.10.0 to >=2.10.0,<8.0.0. PR [#&#8203;1301](https://github.com/fastapi/typer/pull/1301) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump actions/setup-python from 5 to 6. PR [#&#8203;1291](https://github.com/fastapi/typer/pull/1291) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump ruff from 0.12.11 to 0.12.12. PR [#&#8203;1295](https://github.com/fastapi/typer/pull/1295) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1300](https://github.com/fastapi/typer/pull/1300) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). - ⬆ Bump actions/labeler from 5 to 6. PR [#&#8203;1296](https://github.com/fastapi/typer/pull/1296) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). ### [`v0.17.4`](https://github.com/fastapi/typer/releases/tag/0.17.4) [Compare Source](https://github.com/fastapi/typer/compare/0.17.3...0.17.4) ##### Fixes - 🐛 Make sure `rich.markup` is imported when rendering help text. PR [#&#8203;1290](https://github.com/fastapi/typer/pull/1290) by [@&#8203;g-arjones](https://github.com/g-arjones). ##### Internal - ⬆ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0. PR [#&#8203;1292](https://github.com/fastapi/typer/pull/1292) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump ruff from 0.12.10 to 0.12.11. PR [#&#8203;1283](https://github.com/fastapi/typer/pull/1283) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1288](https://github.com/fastapi/typer/pull/1288) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). - 👷 Set permissions for conflict detector workflow. PR [#&#8203;1287](https://github.com/fastapi/typer/pull/1287) by [@&#8203;svlandeg](https://github.com/svlandeg). - 👷 Detect and label merge conflicts on PRs automatically. PR [#&#8203;1286](https://github.com/fastapi/typer/pull/1286) by [@&#8203;svlandeg](https://github.com/svlandeg). ### [`v0.17.3`](https://github.com/fastapi/typer/releases/tag/0.17.3) [Compare Source](https://github.com/fastapi/typer/compare/0.17.2...0.17.3) ##### Features - ✨ Allow annotated parsing with a subclass of `Path`. PR [#&#8203;1183](https://github.com/fastapi/typer/pull/1183) by [@&#8203;emfdavid](https://github.com/emfdavid). ### [`v0.17.2`](https://github.com/fastapi/typer/releases/tag/0.17.2) [Compare Source](https://github.com/fastapi/typer/compare/0.17.1...0.17.2) ##### Fixes - 🐛 Avoid printing `default: None` in the help section when using Rich. PR [#&#8203;1120](https://github.com/fastapi/typer/pull/1120) by [@&#8203;mattmess1221](https://github.com/mattmess1221). ### [`v0.17.1`](https://github.com/fastapi/typer/releases/tag/0.17.1) [Compare Source](https://github.com/fastapi/typer/compare/0.17.0...0.17.1) ##### Fixes - 🐛 Fix markdown formatting in `--help` output. PR [#&#8203;815](https://github.com/fastapi/typer/pull/815) by [@&#8203;gar1t](https://github.com/gar1t). ### [`v0.17.0`](https://github.com/fastapi/typer/releases/tag/0.17.0) [Compare Source](https://github.com/fastapi/typer/compare/0.16.1...0.17.0) ##### Features - ⚡️ Lazy-load `rich_utils` to reduce startup time. PR [#&#8203;1128](https://github.com/fastapi/typer/pull/1128) by [@&#8203;oefe](https://github.com/oefe). ##### Internal - ⬆ Bump ruff from 0.12.9 to 0.12.10. PR [#&#8203;1280](https://github.com/fastapi/typer/pull/1280) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1281](https://github.com/fastapi/typer/pull/1281) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). - ⬆ Update pytest-sugar requirement from <1.1.0,>=0.9.4 to >=0.9.4,<1.2.0. PR [#&#8203;1279](https://github.com/fastapi/typer/pull/1279) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). </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 becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMi41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
maxp added 1 commit 2025-10-02 17:40:59 +02:00
fix(deps): update dependency typer to ^0.19.0
All checks were successful
Auto Changelog & (Release) / release (push) Successful in 12s
Build and Publish nightly package / build-and-publish (push) Successful in 1m46s
e68ce4fd25
maxp merged commit e68ce4fd25 into main 2025-10-02 17:41:05 +02:00
maxp deleted branch renovate/typer-0.x 2025-10-02 17:41:06 +02:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: maxp/hdlbuild#14