Skip to content

Commit 13bf2e8

Browse files
chore(deps): update dependency typer to >0.6,<0.17 (#1259)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typer](https://redirect.github.com/fastapi/typer) ([changelog](https://typer.tiangolo.com/release-notes/)) | `>0.6,<0.16` -> `>0.6,<0.17` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/typer/0.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/typer/0.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/typer/0.15.4/0.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typer/0.15.4/0.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastapi/typer (typer)</summary> ### [`v0.16.0`](https://redirect.github.com/fastapi/typer/releases/tag/0.16.0) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.15.4...0.16.0) ##### Upgrades - ⬆️ Add compatibility with Click 8.2. PR [#&#8203;1222](https://redirect.github.com/fastapi/typer/pull/1222) by [@&#8203;tiangolo](https://redirect.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://redirect.github.com/fastapi/typer/pull/1230) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ##### Internal - 🔧 Remove Google Analytics. PR [#&#8203;1229](https://redirect.github.com/fastapi/typer/pull/1229) by [@&#8203;tiangolo](https://redirect.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 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e5857d3 commit 13bf2e8

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.9,<4.0"
77
dependencies = [
88
"jinja2>=3.0.0,<4.0.0",
9-
"typer>0.6,<0.16",
9+
"typer>0.6,<0.17",
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)