Skip to content

Commit e81ec2c

Browse files
chore(deps): update dependency typer to >0.16,<0.22 (#1381)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [typer](https://redirect.github.com/fastapi/typer) ([changelog](https://typer.tiangolo.com/release-notes/)) | `>0.16,<0.21` -> `>0.16,<0.22` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/typer/0.21.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typer/0.20.0/0.21.0?slim=true) | --- ### Release Notes <details> <summary>fastapi/typer (typer)</summary> ### [`v0.21.0`](https://redirect.github.com/fastapi/typer/releases/tag/0.21.0) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.20.1...0.21.0) ##### Breaking Changes - ➖ Drop support for Python 3.8. PR [#&#8203;1464](https://redirect.github.com/fastapi/typer/pull/1464) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ➖ Drop support for Python 3.8 in CI. PR [#&#8203;1463](https://redirect.github.com/fastapi/typer/pull/1463) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov) and [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ##### Docs - 📝 Update code examples to Python 3.9. PR [#&#8203;1459](https://redirect.github.com/fastapi/typer/pull/1459) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). ##### Internal - 💚 Move `ruff` dependency to shared `requirements-docs-tests.txt` to fix "Build docs" workflow in CI. PR [#&#8203;1458](https://redirect.github.com/fastapi/typer/pull/1458) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - ⬆ Bump markdown-include-variants from 0.0.5 to 0.0.8. PR [#&#8203;1442](https://redirect.github.com/fastapi/typer/pull/1442) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 👷 Add pre-commit workflow. PR [#&#8203;1453](https://redirect.github.com/fastapi/typer/pull/1453) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Configure coverage, error on main tests, don't wait for Smokeshow. PR [#&#8203;1448](https://redirect.github.com/fastapi/typer/pull/1448) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 👷 Run Smokeshow always, even on test failures. PR [#&#8203;1447](https://redirect.github.com/fastapi/typer/pull/1447) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🔨 Add Typer script to generate example variants for Python files. PR [#&#8203;1452](https://redirect.github.com/fastapi/typer/pull/1452) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ### [`v0.20.1`](https://redirect.github.com/fastapi/typer/releases/tag/0.20.1) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.20.0...0.20.1) ##### Features - ✨ Add support for standard tracebacks via the env `TYPER_STANDARD_TRACEBACK`. PR [#&#8203;1299](https://redirect.github.com/fastapi/typer/pull/1299) by [@&#8203;colin-nolan](https://redirect.github.com/colin-nolan). ##### Fixes - 🐛 Ensure that `options_metavar` is passed through correctly. PR [#&#8203;816](https://redirect.github.com/fastapi/typer/pull/816) by [@&#8203;gar1t](https://redirect.github.com/gar1t). - 🐛 Ensure an optional argument is shown in brackets, even when `metavar` is set. PR [#&#8203;1409](https://redirect.github.com/fastapi/typer/pull/1409) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - 🐛 Ensure that the default `rich_markup_mode` is interpreted correctly. PR [#&#8203;1304](https://redirect.github.com/fastapi/typer/pull/1304) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Refactors - ♻️ Refactor the handling of `shellingham`. PR [#&#8203;1347](https://redirect.github.com/fastapi/typer/pull/1347) by [@&#8203;nathanjmcdougall](https://redirect.github.com/nathanjmcdougall). ##### Docs - 📝 Ensure that bold letters are rendered correctly in `printing.md`. PR [#&#8203;1365](https://redirect.github.com/fastapi/typer/pull/1365) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - 🩺 Update test badge to only reflect pushes to `master`. PR [#&#8203;1414](https://redirect.github.com/fastapi/typer/pull/1414) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - 📝 Update console output on the Rich help formatting page. PR [#&#8203;1430](https://redirect.github.com/fastapi/typer/pull/1430) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - 📝 Update emoji used in Rich help formatting tutorial. PR [#&#8203;1429](https://redirect.github.com/fastapi/typer/pull/1429) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - 📝 Remove duplicate explanation how the path is resolved. PR [#&#8203;956](https://redirect.github.com/fastapi/typer/pull/956) by [@&#8203;dennis-rall](https://redirect.github.com/dennis-rall). - 📝 Update docs to use `Typer()` more prominently. PR [#&#8203;1418](https://redirect.github.com/fastapi/typer/pull/1418) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - 💄 Use font 'Fira Code' to fix display of Rich panels in docs in Windows. PR [#&#8203;1419](https://redirect.github.com/fastapi/typer/pull/1419) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ##### Internal - 🔨 Add `--showlocals` to `test.sh`. PR [#&#8203;1169](https://redirect.github.com/fastapi/typer/pull/1169) by [@&#8203;rickwporter](https://redirect.github.com/rickwporter). - ⬆ Bump ruff from 0.14.6 to 0.14.8. PR [#&#8203;1436](https://redirect.github.com/fastapi/typer/pull/1436) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1434](https://redirect.github.com/fastapi/typer/pull/1434) by [@&#8203;pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci). - ✅ Update tests to use `mod.app` . PR [#&#8203;1427](https://redirect.github.com/fastapi/typer/pull/1427) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - ⬆ Bump actions/checkout from 5 to 6. PR [#&#8203;1426](https://redirect.github.com/fastapi/typer/pull/1426) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1425](https://redirect.github.com/fastapi/typer/pull/1425) by [@&#8203;pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci). - ⬆ Bump ruff from 0.14.5 to 0.14.6. PR [#&#8203;1423](https://redirect.github.com/fastapi/typer/pull/1423) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump actions/checkout from 5 to 6. PR [#&#8203;1417](https://redirect.github.com/fastapi/typer/pull/1417) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 👷 Upgrade `latest-changes` GitHub Action and pin `actions/checkout@v5`. PR [#&#8203;1424](https://redirect.github.com/fastapi/typer/pull/1424) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 🔧 Upgrade Material for MkDocs and remove insiders. PR [#&#8203;1416](https://redirect.github.com/fastapi/typer/pull/1416) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump mkdocs-material from 9.6.23 to 9.7.0. PR [#&#8203;1404](https://redirect.github.com/fastapi/typer/pull/1404) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump mkdocs-macros-plugin from 1.4.1 to 1.5.0. PR [#&#8203;1406](https://redirect.github.com/fastapi/typer/pull/1406) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ruff from 0.14.4 to 0.14.5. PR [#&#8203;1407](https://redirect.github.com/fastapi/typer/pull/1407) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1413](https://redirect.github.com/fastapi/typer/pull/1413) by [@&#8203;pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci). - ⬆ Bump ruff from 0.14.3 to 0.14.4. PR [#&#8203;1402](https://redirect.github.com/fastapi/typer/pull/1402) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1403](https://redirect.github.com/fastapi/typer/pull/1403) by [@&#8203;pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci). - ⬆ Bump ruff from 0.14.2 to 0.14.3. PR [#&#8203;1396](https://redirect.github.com/fastapi/typer/pull/1396) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1399](https://redirect.github.com/fastapi/typer/pull/1399) by [@&#8203;pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci). - ⬆ Bump mkdocs-material from 9.6.22 to 9.6.23. PR [#&#8203;1398](https://redirect.github.com/fastapi/typer/pull/1398) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1394](https://redirect.github.com/fastapi/typer/pull/1394) by [@&#8203;pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci). - ⬆ Bump ruff from 0.14.1 to 0.14.2. PR [#&#8203;1383](https://redirect.github.com/fastapi/typer/pull/1383) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump actions/upload-artifact from 4 to 5. PR [#&#8203;1388](https://redirect.github.com/fastapi/typer/pull/1388) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump mkdocs-macros-plugin from 1.4.0 to 1.4.1. PR [#&#8203;1389](https://redirect.github.com/fastapi/typer/pull/1389) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump actions/download-artifact from 5 to 6. PR [#&#8203;1391](https://redirect.github.com/fastapi/typer/pull/1391) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 🔧 Add PEP-639 license metadata. PR [#&#8203;1387](https://redirect.github.com/fastapi/typer/pull/1387) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - ⬆ Bump mypy from 1.11.2 to 1.14.1. PR [#&#8203;1375](https://redirect.github.com/fastapi/typer/pull/1375) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;1380](https://redirect.github.com/fastapi/typer/pull/1380) by [@&#8203;pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci). - ⬆ Bump ruff from 0.14.0 to 0.14.1. PR [#&#8203;1379](https://redirect.github.com/fastapi/typer/pull/1379) by [@&#8203;dependabot\[bot\]](https://redirect.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 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4739209 commit e81ec2c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pdm.lock

Lines changed: 5 additions & 5 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.10,<4.0"
77
dependencies = [
88
"jinja2>=3.0.0,<4.0.0",
9-
"typer>0.16,<0.21",
9+
"typer>0.16,<0.22",
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)