Commit e81ec2c
authored
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` |

|

|
---
### 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
[#​1464](https://redirect.github.com/fastapi/typer/pull/1464) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- ➖ Drop support for Python 3.8 in CI. PR
[#​1463](https://redirect.github.com/fastapi/typer/pull/1463) by
[@​YuriiMotov](https://redirect.github.com/YuriiMotov) and
[@​tiangolo](https://redirect.github.com/tiangolo).
##### Docs
- 📝 Update code examples to Python 3.9. PR
[#​1459](https://redirect.github.com/fastapi/typer/pull/1459) by
[@​YuriiMotov](https://redirect.github.com/YuriiMotov).
##### Internal
- 💚 Move `ruff` dependency to shared `requirements-docs-tests.txt` to
fix "Build docs" workflow in CI. PR
[#​1458](https://redirect.github.com/fastapi/typer/pull/1458) by
[@​YuriiMotov](https://redirect.github.com/YuriiMotov).
- ⬆ Bump markdown-include-variants from 0.0.5 to 0.0.8. PR
[#​1442](https://redirect.github.com/fastapi/typer/pull/1442) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- 👷 Add pre-commit workflow. PR
[#​1453](https://redirect.github.com/fastapi/typer/pull/1453) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- 👷 Configure coverage, error on main tests, don't wait for Smokeshow.
PR [#​1448](https://redirect.github.com/fastapi/typer/pull/1448)
by [@​YuriiMotov](https://redirect.github.com/YuriiMotov).
- 👷 Run Smokeshow always, even on test failures. PR
[#​1447](https://redirect.github.com/fastapi/typer/pull/1447) by
[@​YuriiMotov](https://redirect.github.com/YuriiMotov).
- 🔨 Add Typer script to generate example variants for Python files. PR
[#​1452](https://redirect.github.com/fastapi/typer/pull/1452) by
[@​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
[#​1299](https://redirect.github.com/fastapi/typer/pull/1299) by
[@​colin-nolan](https://redirect.github.com/colin-nolan).
##### Fixes
- 🐛 Ensure that `options_metavar` is passed through correctly. PR
[#​816](https://redirect.github.com/fastapi/typer/pull/816) by
[@​gar1t](https://redirect.github.com/gar1t).
- 🐛 Ensure an optional argument is shown in brackets, even when
`metavar` is set. PR
[#​1409](https://redirect.github.com/fastapi/typer/pull/1409) by
[@​svlandeg](https://redirect.github.com/svlandeg).
- 🐛 Ensure that the default `rich_markup_mode` is interpreted correctly.
PR [#​1304](https://redirect.github.com/fastapi/typer/pull/1304)
by [@​svlandeg](https://redirect.github.com/svlandeg).
##### Refactors
- ♻️ Refactor the handling of `shellingham`. PR
[#​1347](https://redirect.github.com/fastapi/typer/pull/1347) by
[@​nathanjmcdougall](https://redirect.github.com/nathanjmcdougall).
##### Docs
- 📝 Ensure that bold letters are rendered correctly in `printing.md`. PR
[#​1365](https://redirect.github.com/fastapi/typer/pull/1365) by
[@​svlandeg](https://redirect.github.com/svlandeg).
- 🩺 Update test badge to only reflect pushes to `master`. PR
[#​1414](https://redirect.github.com/fastapi/typer/pull/1414) by
[@​svlandeg](https://redirect.github.com/svlandeg).
- 📝 Update console output on the Rich help formatting page. PR
[#​1430](https://redirect.github.com/fastapi/typer/pull/1430) by
[@​svlandeg](https://redirect.github.com/svlandeg).
- 📝 Update emoji used in Rich help formatting tutorial. PR
[#​1429](https://redirect.github.com/fastapi/typer/pull/1429) by
[@​svlandeg](https://redirect.github.com/svlandeg).
- 📝 Remove duplicate explanation how the path is resolved. PR
[#​956](https://redirect.github.com/fastapi/typer/pull/956) by
[@​dennis-rall](https://redirect.github.com/dennis-rall).
- 📝 Update docs to use `Typer()` more prominently. PR
[#​1418](https://redirect.github.com/fastapi/typer/pull/1418) by
[@​svlandeg](https://redirect.github.com/svlandeg).
- 💄 Use font 'Fira Code' to fix display of Rich panels in docs in
Windows. PR
[#​1419](https://redirect.github.com/fastapi/typer/pull/1419) by
[@​tiangolo](https://redirect.github.com/tiangolo).
##### Internal
- 🔨 Add `--showlocals` to `test.sh`. PR
[#​1169](https://redirect.github.com/fastapi/typer/pull/1169) by
[@​rickwporter](https://redirect.github.com/rickwporter).
- ⬆ Bump ruff from 0.14.6 to 0.14.8. PR
[#​1436](https://redirect.github.com/fastapi/typer/pull/1436) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#​1434](https://redirect.github.com/fastapi/typer/pull/1434) by
[@​pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci).
- ✅ Update tests to use `mod.app` . PR
[#​1427](https://redirect.github.com/fastapi/typer/pull/1427) by
[@​svlandeg](https://redirect.github.com/svlandeg).
- ⬆ Bump actions/checkout from 5 to 6. PR
[#​1426](https://redirect.github.com/fastapi/typer/pull/1426) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#​1425](https://redirect.github.com/fastapi/typer/pull/1425) by
[@​pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci).
- ⬆ Bump ruff from 0.14.5 to 0.14.6. PR
[#​1423](https://redirect.github.com/fastapi/typer/pull/1423) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump actions/checkout from 5 to 6. PR
[#​1417](https://redirect.github.com/fastapi/typer/pull/1417) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- 👷 Upgrade `latest-changes` GitHub Action and pin
`actions/checkout@v5`. PR
[#​1424](https://redirect.github.com/fastapi/typer/pull/1424) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- 🔧 Upgrade Material for MkDocs and remove insiders. PR
[#​1416](https://redirect.github.com/fastapi/typer/pull/1416) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- ⬆ Bump mkdocs-material from 9.6.23 to 9.7.0. PR
[#​1404](https://redirect.github.com/fastapi/typer/pull/1404) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump mkdocs-macros-plugin from 1.4.1 to 1.5.0. PR
[#​1406](https://redirect.github.com/fastapi/typer/pull/1406) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump ruff from 0.14.4 to 0.14.5. PR
[#​1407](https://redirect.github.com/fastapi/typer/pull/1407) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#​1413](https://redirect.github.com/fastapi/typer/pull/1413) by
[@​pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci).
- ⬆ Bump ruff from 0.14.3 to 0.14.4. PR
[#​1402](https://redirect.github.com/fastapi/typer/pull/1402) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#​1403](https://redirect.github.com/fastapi/typer/pull/1403) by
[@​pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci).
- ⬆ Bump ruff from 0.14.2 to 0.14.3. PR
[#​1396](https://redirect.github.com/fastapi/typer/pull/1396) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#​1399](https://redirect.github.com/fastapi/typer/pull/1399) by
[@​pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci).
- ⬆ Bump mkdocs-material from 9.6.22 to 9.6.23. PR
[#​1398](https://redirect.github.com/fastapi/typer/pull/1398) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#​1394](https://redirect.github.com/fastapi/typer/pull/1394) by
[@​pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci).
- ⬆ Bump ruff from 0.14.1 to 0.14.2. PR
[#​1383](https://redirect.github.com/fastapi/typer/pull/1383) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump actions/upload-artifact from 4 to 5. PR
[#​1388](https://redirect.github.com/fastapi/typer/pull/1388) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump mkdocs-macros-plugin from 1.4.0 to 1.4.1. PR
[#​1389](https://redirect.github.com/fastapi/typer/pull/1389) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump actions/download-artifact from 5 to 6. PR
[#​1391](https://redirect.github.com/fastapi/typer/pull/1391) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- 🔧 Add PEP-639 license metadata. PR
[#​1387](https://redirect.github.com/fastapi/typer/pull/1387) by
[@​svlandeg](https://redirect.github.com/svlandeg).
- ⬆ Bump mypy from 1.11.2 to 1.14.1. PR
[#​1375](https://redirect.github.com/fastapi/typer/pull/1375) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#​1380](https://redirect.github.com/fastapi/typer/pull/1380) by
[@​pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci).
- ⬆ Bump ruff from 0.14.0 to 0.14.1. PR
[#​1379](https://redirect.github.com/fastapi/typer/pull/1379) by
[@​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
2 files changed
+6
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments