Update dependency typer to v0.20.0 #11

Open
Renovate wants to merge 1 commit from renovate/typer-0.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
typer (changelog) ==0.15.4 -> ==0.20.0 age confidence

Release Notes

fastapi/typer (typer)

v0.20.0

Compare Source

Features
Upgrades
Internal

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

v0.16.1

Compare Source

Fixes
  • 🐛 Avoid printing additional output with no_args_is_help=True and Click 8.2. PR #​1278 by @​svlandeg.
Docs
Internal

v0.16.0

Compare Source

Upgrades

When using the CliRunner with Click < 8.2, to be able to access the stderr output, you needed to set the mix_stderr parameter to True. Since Click 8.2 (and Typer 0.160 this release supporting it) this is no longer necessary, so this parameter has been removed.

Refactors
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.15.4` -> `==0.20.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/typer/0.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typer/0.15.4/0.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastapi/typer (typer)</summary> ### [`v0.20.0`](https://github.com/fastapi/typer/releases/tag/0.20.0) [Compare Source](https://github.com/fastapi/typer/compare/0.19.2...0.20.0) ##### Features - ✨ Enable command suggestions on typo by default. PR [#&#8203;1371](https://github.com/fastapi/typer/pull/1371) by [@&#8203;savannahostrowski](https://github.com/savannahostrowski). ##### Upgrades - ⬆️ Add support for Python 3.14. PR [#&#8203;1372](https://github.com/fastapi/typer/pull/1372) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Internal - 👷 Add nightly workflow to run tests against CPython main branch. PR [#&#8203;1374](https://github.com/fastapi/typer/pull/1374) by [@&#8203;savannahostrowski](https://github.com/savannahostrowski). - ⬆ Bump mkdocs-material from 9.6.21 to 9.6.22. PR [#&#8203;1377](https://github.com/fastapi/typer/pull/1377) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 🔧 Configure reminder for `waiting` label in `issue-manager`. PR [#&#8203;1378](https://github.com/fastapi/typer/pull/1378) by [@&#8203;YuriiMotov](https://github.com/YuriiMotov). - ⬆ Bump ruff from 0.13.3 to 0.14.0. PR [#&#8203;1368](https://github.com/fastapi/typer/pull/1368) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1376](https://github.com/fastapi/typer/pull/1376) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). - ⬆ Bump mkdocs-macros-plugin from 1.3.9 to 1.4.0. PR [#&#8203;1354](https://github.com/fastapi/typer/pull/1354) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump mkdocs-material from 9.6.20 to 9.6.21. PR [#&#8203;1360](https://github.com/fastapi/typer/pull/1360) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump mypy from 1.4.1 to 1.11.2. PR [#&#8203;957](https://github.com/fastapi/typer/pull/957) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump astral-sh/setup-uv from 6 to 7. PR [#&#8203;1369](https://github.com/fastapi/typer/pull/1369) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump ruff from 0.13.2 to 0.13.3. PR [#&#8203;1366](https://github.com/fastapi/typer/pull/1366) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1367](https://github.com/fastapi/typer/pull/1367) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). - ⬆ Bump tiangolo/issue-manager from 0.5.1 to 0.6.0. PR [#&#8203;1361](https://github.com/fastapi/typer/pull/1361) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump ruff from 0.13.1 to 0.13.2. PR [#&#8203;1357](https://github.com/fastapi/typer/pull/1357) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1358](https://github.com/fastapi/typer/pull/1358) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). - 👷 Update docs previews comment, single comment, add failure status. PR [#&#8203;1359](https://github.com/fastapi/typer/pull/1359) by [@&#8203;tiangolo](https://github.com/tiangolo). ### [`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). ### [`v0.16.1`](https://github.com/fastapi/typer/releases/tag/0.16.1) [Compare Source](https://github.com/fastapi/typer/compare/0.16.0...0.16.1) ##### Fixes - 🐛 Avoid printing additional output with `no_args_is_help=True` and Click 8.2. PR [#&#8203;1278](https://github.com/fastapi/typer/pull/1278) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Docs - 📝 Remove duplicated line in `environment-variables.md`. PR [#&#8203;1277](https://github.com/fastapi/typer/pull/1277) by [@&#8203;neirzhei](https://github.com/neirzhei). - 📝 Fix reference to `count` parameter in the documentation. PR [#&#8203;1201](https://github.com/fastapi/typer/pull/1201) by [@&#8203;PokkaKiyo](https://github.com/PokkaKiyo). ##### Internal - ⬆ Bump ruff from 0.11.13 to 0.12.9. PR [#&#8203;1276](https://github.com/fastapi/typer/pull/1276) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1247](https://github.com/fastapi/typer/pull/1247) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). - ⬆ Bump actions/checkout from 4 to 5. PR [#&#8203;1271](https://github.com/fastapi/typer/pull/1271) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump mkdocs-macros-plugin from 1.3.7 to 1.3.9. PR [#&#8203;1272](https://github.com/fastapi/typer/pull/1272) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump tiangolo/latest-changes from 0.3.2 to 0.4.0. PR [#&#8203;1265](https://github.com/fastapi/typer/pull/1265) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump pillow from 11.2.1 to 11.3.0. PR [#&#8203;1249](https://github.com/fastapi/typer/pull/1249) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1206](https://github.com/fastapi/typer/pull/1206) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). - ⬆ Bump pillow from 11.1.0 to 11.2.1. PR [#&#8203;1198](https://github.com/fastapi/typer/pull/1198) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump cairosvg from 2.7.1 to 2.8.2. PR [#&#8203;1226](https://github.com/fastapi/typer/pull/1226) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump ruff from 0.11.6 to 0.11.13. PR [#&#8203;1241](https://github.com/fastapi/typer/pull/1241) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). ### [`v0.16.0`](https://github.com/fastapi/typer/releases/tag/0.16.0) [Compare Source](https://github.com/fastapi/typer/compare/0.15.4...0.16.0) ##### Upgrades - ⬆️ Add compatibility with Click 8.2. PR [#&#8203;1222](https://github.com/fastapi/typer/pull/1222) by [@&#8203;tiangolo](https://github.com/tiangolo). When using the `CliRunner` with Click < 8.2, to be able to access the `stderr` output, you needed to set the `mix_stderr` parameter to `True`. Since Click 8.2 (and Typer 0.160 this release supporting it) this is no longer necessary, so this parameter has been removed. ##### Refactors - ✅ Refactor tests for compatibility with Click 8.2. PR [#&#8203;1230](https://github.com/fastapi/typer/pull/1230) by [@&#8203;tiangolo](https://github.com/tiangolo). ##### Internal - 🔧 Remove Google Analytics. PR [#&#8203;1229](https://github.com/fastapi/typer/pull/1229) by [@&#8203;tiangolo](https://github.com/tiangolo). </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS42IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency typer to v0.16.0
Some checks failed
Actions / Build (pull_request) Successful in 18s
Actions / Lint (pull_request) Failing after 23s
Actions / Documentation (pull_request) Successful in 36s
f2926417fd
Renovate bot force-pushed renovate/typer-0.x from f2926417fd
Some checks failed
Actions / Build (pull_request) Successful in 18s
Actions / Lint (pull_request) Failing after 23s
Actions / Documentation (pull_request) Successful in 36s
to a6d78d1f72
Some checks failed
Actions / Build (pull_request) Successful in 16s
Actions / Lint (pull_request) Failing after 17s
Actions / Documentation (pull_request) Successful in 31s
2025-06-02 14:02:20 -04:00
Compare
Renovate bot force-pushed renovate/typer-0.x from a6d78d1f72
Some checks failed
Actions / Build (pull_request) Successful in 16s
Actions / Lint (pull_request) Failing after 17s
Actions / Documentation (pull_request) Successful in 31s
to a0e780e911
Some checks failed
Actions / Build (pull_request) Successful in 38s
Actions / Lint (pull_request) Failing after 38s
Actions / Documentation (pull_request) Successful in 55s
2025-07-12 19:24:02 -04:00
Compare
Renovate bot changed title from Update dependency typer to v0.16.0 to Update dependency typer to v0.16.1 2025-08-18 15:25:06 -04:00
Renovate bot force-pushed renovate/typer-0.x from a0e780e911
Some checks failed
Actions / Build (pull_request) Successful in 38s
Actions / Lint (pull_request) Failing after 38s
Actions / Documentation (pull_request) Successful in 55s
to b6d307ae6c
Some checks failed
Actions / Lint (pull_request) Failing after 19s
Actions / Build (pull_request) Successful in 28s
Actions / Documentation (pull_request) Successful in 39s
2025-08-18 15:25:06 -04:00
Compare
Renovate bot force-pushed renovate/typer-0.x from b6d307ae6c
Some checks failed
Actions / Lint (pull_request) Failing after 19s
Actions / Build (pull_request) Successful in 28s
Actions / Documentation (pull_request) Successful in 39s
to 585ec05205
Some checks failed
Actions / Build (pull_request) Successful in 24s
Actions / Lint (pull_request) Failing after 31s
Actions / Documentation (pull_request) Failing after 47s
2025-08-20 21:44:55 -04:00
Compare
Renovate bot force-pushed renovate/typer-0.x from 585ec05205
Some checks failed
Actions / Build (pull_request) Successful in 24s
Actions / Lint (pull_request) Failing after 31s
Actions / Documentation (pull_request) Failing after 47s
to fee044232c
Some checks failed
Actions / Build (pull_request) Successful in 30s
Actions / Documentation (pull_request) Failing after 31s
Actions / Lint (pull_request) Failing after 36s
2025-08-20 22:05:25 -04:00
Compare
Renovate bot changed title from Update dependency typer to v0.16.1 to Update dependency typer to v0.17.0 2025-08-30 07:43:20 -04:00
Renovate bot force-pushed renovate/typer-0.x from fee044232c
Some checks failed
Actions / Build (pull_request) Successful in 30s
Actions / Documentation (pull_request) Failing after 31s
Actions / Lint (pull_request) Failing after 36s
to 353ded3995
Some checks failed
Actions / Lint (pull_request) Failing after 4s
Actions / Build (pull_request) Failing after 6s
Actions / Documentation (pull_request) Failing after 4s
2025-08-30 07:43:20 -04:00
Compare
Renovate bot changed title from Update dependency typer to v0.17.0 to Update dependency typer to v0.17.1 2025-08-30 08:03:23 -04:00
Renovate bot force-pushed renovate/typer-0.x from 353ded3995
Some checks failed
Actions / Lint (pull_request) Failing after 4s
Actions / Build (pull_request) Failing after 6s
Actions / Documentation (pull_request) Failing after 4s
to 7d1d9e9461
Some checks failed
Actions / Lint (pull_request) Failing after 4s
Actions / Documentation (pull_request) Failing after 4s
Actions / Build (pull_request) Failing after 6s
2025-08-30 08:03:25 -04:00
Compare
Renovate bot changed title from Update dependency typer to v0.17.1 to Update dependency typer to v0.17.3 2025-08-30 08:43:22 -04:00
Renovate bot force-pushed renovate/typer-0.x from 7d1d9e9461
Some checks failed
Actions / Lint (pull_request) Failing after 4s
Actions / Documentation (pull_request) Failing after 4s
Actions / Build (pull_request) Failing after 6s
to 772d212d47
Some checks failed
Actions / Lint (pull_request) Failing after 4s
Actions / Documentation (pull_request) Failing after 4s
Actions / Build (pull_request) Failing after 6s
2025-08-30 08:43:22 -04:00
Compare
Renovate bot changed title from Update dependency typer to v0.17.3 to Update dependency typer to v0.17.4 2025-09-05 14:23:45 -04:00
Renovate bot changed title from Update dependency typer to v0.17.4 to Update dependency typer to v0.17.5 2025-09-19 14:43:40 -04:00
Renovate bot force-pushed renovate/typer-0.x from 84362b2446 to fe57a36d13
Some checks failed
Actions / Lint (pull_request) Failing after 4s
Actions / Documentation (pull_request) Failing after 4s
Actions / Build (pull_request) Failing after 6s
2025-09-19 14:43:42 -04:00
Compare
Renovate bot changed title from Update dependency typer to v0.17.5 to Update dependency typer to v0.18.0 2025-09-19 15:43:42 -04:00
Renovate bot force-pushed renovate/typer-0.x from fe57a36d13
Some checks failed
Actions / Lint (pull_request) Failing after 4s
Actions / Documentation (pull_request) Failing after 4s
Actions / Build (pull_request) Failing after 6s
to 876e9cb72d
Some checks failed
Actions / Lint (pull_request) Failing after 5s
Actions / Documentation (pull_request) Failing after 3s
Actions / Build (pull_request) Failing after 6s
2025-09-19 15:43:43 -04:00
Compare
Renovate bot changed title from Update dependency typer to v0.18.0 to Update dependency typer to v0.19.0 2025-09-20 04:23:40 -04:00
Renovate bot changed title from Update dependency typer to v0.19.0 to Update dependency typer to v0.19.1 2025-09-20 05:03:36 -04:00
Renovate bot force-pushed renovate/typer-0.x from d4f0a54b35 to 1ac4d6e701
Some checks failed
Actions / Lint (pull_request) Failing after 2s
Actions / Documentation (pull_request) Failing after 5s
Actions / Build (pull_request) Failing after 7s
2025-09-23 06:04:08 -04:00
Compare
Renovate bot changed title from Update dependency typer to v0.19.1 to Update dependency typer to v0.19.2 2025-09-23 06:04:08 -04:00
Renovate bot force-pushed renovate/typer-0.x from 1ac4d6e701
Some checks failed
Actions / Lint (pull_request) Failing after 2s
Actions / Documentation (pull_request) Failing after 5s
Actions / Build (pull_request) Failing after 7s
to 8612961b28
Some checks failed
Actions / Documentation (pull_request) Failing after 3s
Actions / Lint (pull_request) Failing after 6s
Actions / Build (pull_request) Failing after 7s
2025-10-01 15:23:30 -04:00
Compare
Renovate bot changed title from Update dependency typer to v0.19.2 to Update dependency typer to v0.20.0 2025-10-20 13:24:12 -04:00
Renovate bot force-pushed renovate/typer-0.x from 8612961b28
Some checks failed
Actions / Documentation (pull_request) Failing after 3s
Actions / Lint (pull_request) Failing after 6s
Actions / Build (pull_request) Failing after 7s
to 8540c81ee5
Some checks failed
Actions / Documentation (pull_request) Failing after 34s
Actions / Build (pull_request) Failing after 35s
Actions / Lint (pull_request) Failing after 36s
2025-10-20 13:24:13 -04:00
Compare
Some checks failed
Actions / Documentation (pull_request) Failing after 34s
Actions / Build (pull_request) Failing after 35s
Actions / Lint (pull_request) Failing after 36s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/typer-0.x:renovate/typer-0.x
git switch renovate/typer-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/typer-0.x
git switch renovate/typer-0.x
git rebase main
git switch main
git merge --ff-only renovate/typer-0.x
git switch renovate/typer-0.x
git rebase main
git switch main
git merge --no-ff renovate/typer-0.x
git switch main
git merge --squash renovate/typer-0.x
git switch main
git merge --ff-only renovate/typer-0.x
git switch main
git merge renovate/typer-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cswimr/PyFlowery!11
No description provided.