Skip to content

Commit 7cd3cc6

Browse files
chore(deps): update dependency typer to >0.6,<0.13 (#1017)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typer](https://togithub.com/tiangolo/typer) | `>0.6,<0.12` -> `>0.6,<0.13` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/typer/0.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/typer/0.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/typer/0.11.0/0.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typer/0.11.0/0.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/typer (typer)</summary> ### [`v0.12.0`](https://togithub.com/tiangolo/typer/releases/tag/0.12.0) [Compare Source](https://togithub.com/tiangolo/typer/compare/0.11.1...0.12.0) ##### Features - ✨ Add `typer-slim` package without extras, make `typer` include `typer-slim[default]` and integrate Typer CLI (`typer` command) into Typer. PR [#&#8203;780](https://togithub.com/tiangolo/typer/pull/780) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Internal - 🔧 Temporarily disable social plugin while a MkDocs issue is handled. PR [#&#8203;779](https://togithub.com/tiangolo/typer/pull/779) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Fix install MkDocs Insiders only when available. PR [#&#8203;778](https://togithub.com/tiangolo/typer/pull/778) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ### [`v0.11.1`](https://togithub.com/tiangolo/typer/releases/tag/0.11.1) [Compare Source](https://togithub.com/tiangolo/typer/compare/0.11.0...0.11.1) ##### Fixes - 🔧 Explicitly include testing files in sdist for redistributors (e.g. OpenSUSE) and add CI to test redistribution. PR [#&#8203;773](https://togithub.com/tiangolo/typer/pull/773) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Internal - 👷 Do not use the cache for dependencies when publishing to PyPI. PR [#&#8203;774](https://togithub.com/tiangolo/typer/pull/774) by [@&#8203;tiangolo](https://togithub.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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/openapi-generators/openapi-python-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c5743e commit 7cd3cc6

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

pdm.lock

+11-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = { text = "MIT" }
66
requires-python = ">=3.8,<4.0"
77
dependencies = [
88
"jinja2>=3.0.0,<4.0.0",
9-
"typer>0.6,<0.12",
9+
"typer>0.6,<0.13",
1010
"colorama>=0.4.3; sys_platform == \"win32\"",
1111
"shellingham>=1.3.2,<2.0.0",
1212
"pydantic>=2.1.1,<3.0.0",

0 commit comments

Comments
 (0)