Skip to content

Commit a289f27

Browse files
chore(deps): update dependency typer to >0.6,<0.12 (#1014)
[![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.11` -> `>0.6,<0.12` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/typer/0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/typer/0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/typer/0.10.0/0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typer/0.10.0/0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/typer (typer)</summary> ### [`v0.11.0`](https://togithub.com/tiangolo/typer/releases/tag/0.11.0) [Compare Source](https://togithub.com/tiangolo/typer/compare/0.10.0...0.11.0) ##### Breaking Changes - 🔧 Refactor package manager, move from Flit to PDM, remove private pip extras for `test`, `doc`, `dev`. PR [#&#8203;764](https://togithub.com/tiangolo/typer/pull/764) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔥 Remove support for Click 7, require Click 8+. PR [#&#8203;760](https://togithub.com/tiangolo/typer/pull/760) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔥 Remove support for Python 3.6. PR [#&#8203;758](https://togithub.com/tiangolo/typer/pull/758) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Refactors - 🔧 Migrate from Black, isort, flake8, autoflake, pyupgrade to Ruff. PR [#&#8203;763](https://togithub.com/tiangolo/typer/pull/763) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Internal - ⬆️ Upgrade coverage and configs. PR [#&#8203;769](https://togithub.com/tiangolo/typer/pull/769) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔧 Upgrade mypy and config. PR [#&#8203;768](https://togithub.com/tiangolo/typer/pull/768) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Upgrade Smokeshow GitHub action. PR [#&#8203;767](https://togithub.com/tiangolo/typer/pull/767) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Upgrade latest-changes GitHub Action. PR [#&#8203;766](https://togithub.com/tiangolo/typer/pull/766) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Upgrade issue-manager GitHub Action. PR [#&#8203;765](https://togithub.com/tiangolo/typer/pull/765) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Add alls-green to CI. PR [#&#8203;759](https://togithub.com/tiangolo/typer/pull/759) 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 881ea6b commit a289f27

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pdm.lock

+6-6
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.11",
9+
"typer>0.6,<0.12",
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)