Skip to content

Commit ddda419

Browse files
chore(deps): update dependency typer to >0.16,<0.25 (#1403)
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.24` → `>0.16,<0.25` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/typer/0.24.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typer/0.23.0/0.24.0?slim=true) | --- ### Release Notes <details> <summary>fastapi/typer (typer)</summary> ### [`v0.24.0`](https://redirect.github.com/fastapi/typer/releases/tag/0.24.0) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.23.2...0.24.0) ##### Breaking Changes - ➖ Drop support for Python 3.9. PR [#&#8203;1546](https://redirect.github.com/fastapi/typer/pull/1546) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ### [`v0.23.2`](https://redirect.github.com/fastapi/typer/releases/tag/0.23.2) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.23.1...0.23.2) ##### Features - ✅ Monkeypatch console width to allow running `pytest` directly. PR [#&#8203;1542](https://redirect.github.com/fastapi/typer/pull/1542) by [@&#8203;SwaatiR](https://redirect.github.com/SwaatiR). ##### Internal - 👷 Run tests with lower bound uv sync, update minimum dependencies. PR [#&#8203;1526](https://redirect.github.com/fastapi/typer/pull/1526) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - ⬆ Bump prek from 0.3.2 to 0.3.3. PR [#&#8203;1545](https://redirect.github.com/fastapi/typer/pull/1545) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ruff from 0.15.0 to 0.15.1. PR [#&#8203;1541](https://redirect.github.com/fastapi/typer/pull/1541) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). ### [`v0.23.1`](https://redirect.github.com/fastapi/typer/releases/tag/0.23.1) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.23.0...0.23.1) ##### Fixes - 🐛 Fix `TYPER_USE_RICH` parsing to allow disabling Rich completely. PR [#&#8203;1539](https://redirect.github.com/fastapi/typer/pull/1539) by [@&#8203;bckohan](https://redirect.github.com/bckohan). ##### Docs - 📝 Remove documentation pages that reference using Click directly. PR [#&#8203;1538](https://redirect.github.com/fastapi/typer/pull/1538) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Internal - ⬆ Bump ty from 0.0.15 to 0.0.16. PR [#&#8203;1533](https://redirect.github.com/fastapi/typer/pull/1533) 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNS4zIiwidXBkYXRlZEluVmVyIjoiNDMuMTUuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 96d0047 commit ddda419

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pdm.lock

Lines changed: 7 additions & 7 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.24",
9+
"typer>0.16,<0.25",
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)