Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: pip: Bump typer from 0.9.0 to 0.10.0 (#498)
Bumps [typer](https://github.com/tiangolo/typer) from 0.9.0 to 0.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tiangolo/typer/releases">typer's releases</a>.</em></p> <blockquote> <h2>0.10.0</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix default value of <code>None</code> for CLI Parameters when the type is <code>list | None</code> and the default value is <code>None</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/664">#664</a> by <a href="https://github.com/theowisear"><code>@theowisear</code></a>.</li> </ul> <h2>0.9.4</h2> <h3>Features</h3> <ul> <li>✨ Improve support for CLI translations using gettext. PR <a href="https://redirect.github.com/tiangolo/typer/pull/417">#417</a> by <a href="https://github.com/mjodmj"><code>@mjodmj</code></a>.</li> </ul> <h2>0.9.3</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix evaluating stringified annotations in Python 3.10 (also <code>from __future__ import annotations</code>). PR <a href="https://redirect.github.com/tiangolo/typer/pull/721">#721</a> by <a href="https://github.com/heckad"><code>@heckad</code></a>.</li> </ul> <h2>0.9.2</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix display of default value for Enum parameters inside of a list, include docs and tests. PR <a href="https://redirect.github.com/tiangolo/typer/pull/473">#473</a> by <a href="https://github.com/asieira"><code>@asieira</code></a>.</li> <li>🐛 Update type annotations for <code>show_default</code> parameter and update docs for setting a "Custom default string". PR <a href="https://redirect.github.com/tiangolo/typer/pull/501">#501</a> by <a href="https://github.com/plannigan"><code>@plannigan</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Add docs and test for <code>no_args_is_help</code> feature. PR <a href="https://redirect.github.com/tiangolo/typer/pull/751">#751</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h2>0.9.1</h2> <h3>Fixes</h3> <ul> <li>🐛 Add missing <code>default_factory</code> in <code>Argument</code> overloads. PR <a href="https://redirect.github.com/tiangolo/typer/pull/750">#750</a> by <a href="https://github.com/m9810223"><code>@m9810223</code></a>.</li> <li>🐛 Fix preserving case in enum values. PR <a href="https://redirect.github.com/tiangolo/typer/pull/571">#571</a> by <a href="https://github.com/avaldebe"><code>@avaldebe</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li> <p>📝 Remove obsolete references to <code>--install-completion</code> for <code>typer.run()</code> scripts. PR <a href="https://redirect.github.com/tiangolo/typer/pull/595">#595</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</p> </li> <li> <p>📝 Update docs example for a Typer/Click group to make new subcommands explicit. PR <a href="https://redirect.github.com/tiangolo/typer/pull/755">#755</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</p> </li> <li> <p>📝 Update docs for building a package, file structure example. PR <a href="https://redirect.github.com/tiangolo/typer/pull/683">#683</a> by <a href="https://github.com/davidbgk"><code>@davidbgk</code></a>.</p> </li> <li> <p>📝 Update link in docs to the newest stable version of click. PR <a href="https://redirect.github.com/tiangolo/typer/pull/675">#675</a> by <a href="https://github.com/javier171188"><code>@javier171188</code></a>.</p> </li> <li> <p>🔧 Add <code>CITATION.cff</code> file for academic citations. PR <a href="https://redirect.github.com/tiangolo/typer/pull/681">#681</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</p> </li> <li> <p>✏ Fix typo in <code>docs/tutorial/exceptions.md</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/702">#702</a> by <a href="https://github.com/menzenski"><code>@menzenski</code></a>.</p> </li> <li> <p>✏ Fix typo in <code>docs/tutorial/options/name.md</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/725">#725</a> by <a href="https://github.com/bwagner"><code>@bwagner</code></a>.</p> </li> <li> <p>✏ Fix typo in <code>docs/tutorial/arguments/optional.md</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/602">#602</a> by <a href="https://github.com/tadasgedgaudas"><code>@tadasgedgaudas</code></a>.</p> </li> </ul> <h3>Internal</h3> <ul> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/tiangolo/typer/pull/606">#606</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>👷 Install MkDocs Material Insiders only when secrets are available, for Dependabot. PR <a href="https://redirect.github.com/tiangolo/typer/pull/685">#685</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>⚒️ Update build-docs.yml, do not zip docs. PR <a href="https://redirect.github.com/tiangolo/typer/pull/645">#645</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Deploy docs to Cloudflare. PR <a href="https://redirect.github.com/tiangolo/typer/pull/644">#644</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Upgrade CI for docs. PR <a href="https://redirect.github.com/tiangolo/typer/pull/642">#642</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tiangolo/typer/blob/master/docs/release-notes.md">typer's changelog</a>.</em></p> <blockquote> <h2>0.10.0</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix default value of <code>None</code> for CLI Parameters when the type is <code>list | None</code> and the default value is <code>None</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/664">#664</a> by <a href="https://github.com/theowisear"><code>@theowisear</code></a>.</li> </ul> <h2>0.9.4</h2> <h3>Features</h3> <ul> <li>✨ Improve support for CLI translations using gettext. PR <a href="https://redirect.github.com/tiangolo/typer/pull/417">#417</a> by <a href="https://github.com/mjodmj"><code>@mjodmj</code></a>.</li> </ul> <h2>0.9.3</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix evaluating stringified annotations in Python 3.10 (also <code>from __future__ import annotations</code>). PR <a href="https://redirect.github.com/tiangolo/typer/pull/721">#721</a> by <a href="https://github.com/heckad"><code>@heckad</code></a>.</li> </ul> <h2>0.9.2</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix display of default value for Enum parameters inside of a list, include docs and tests. PR <a href="https://redirect.github.com/tiangolo/typer/pull/473">#473</a> by <a href="https://github.com/asieira"><code>@asieira</code></a>.</li> <li>🐛 Update type annotations for <code>show_default</code> parameter and update docs for setting a "Custom default string". PR <a href="https://redirect.github.com/tiangolo/typer/pull/501">#501</a> by <a href="https://github.com/plannigan"><code>@plannigan</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Add docs and test for <code>no_args_is_help</code> feature. PR <a href="https://redirect.github.com/tiangolo/typer/pull/751">#751</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h2>0.9.1</h2> <h3>Fixes</h3> <ul> <li>🐛 Add missing <code>default_factory</code> in <code>Argument</code> overloads. PR <a href="https://redirect.github.com/tiangolo/typer/pull/750">#750</a> by <a href="https://github.com/m9810223"><code>@m9810223</code></a>.</li> <li>🐛 Fix preserving case in enum values. PR <a href="https://redirect.github.com/tiangolo/typer/pull/571">#571</a> by <a href="https://github.com/avaldebe"><code>@avaldebe</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li> <p>📝 Remove obsolete references to <code>--install-completion</code> for <code>typer.run()</code> scripts. PR <a href="https://redirect.github.com/tiangolo/typer/pull/595">#595</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</p> </li> <li> <p>📝 Update docs example for a Typer/Click group to make new subcommands explicit. PR <a href="https://redirect.github.com/tiangolo/typer/pull/755">#755</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</p> </li> <li> <p>📝 Update docs for building a package, file structure example. PR <a href="https://redirect.github.com/tiangolo/typer/pull/683">#683</a> by <a href="https://github.com/davidbgk"><code>@davidbgk</code></a>.</p> </li> <li> <p>📝 Update link in docs to the newest stable version of click. PR <a href="https://redirect.github.com/tiangolo/typer/pull/675">#675</a> by <a href="https://github.com/javier171188"><code>@javier171188</code></a>.</p> </li> <li> <p>🔧 Add <code>CITATION.cff</code> file for academic citations. PR <a href="https://redirect.github.com/tiangolo/typer/pull/681">#681</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</p> </li> <li> <p>✏ Fix typo in <code>docs/tutorial/exceptions.md</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/702">#702</a> by <a href="https://github.com/menzenski"><code>@menzenski</code></a>.</p> </li> <li> <p>✏ Fix typo in <code>docs/tutorial/options/name.md</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/725">#725</a> by <a href="https://github.com/bwagner"><code>@bwagner</code></a>.</p> </li> <li> <p>✏ Fix typo in <code>docs/tutorial/arguments/optional.md</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/602">#602</a> by <a href="https://github.com/tadasgedgaudas"><code>@tadasgedgaudas</code></a>.</p> </li> </ul> <h3>Internal</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tiangolo/typer/commit/7036fd0099a4b4021aac823090e46f5b75b8a621"><code>7036fd0</code></a> 🔖 Release version 0.10.0</li> <li><a href="https://github.com/tiangolo/typer/commit/2b45aeac8a7b8eceb517de3e9fa24d8a10dc891e"><code>2b45aea</code></a> 📝 Update and tweak release notes</li> <li><a href="https://github.com/tiangolo/typer/commit/cc27f3d6262b65c156cd56c6d970d709dbd8f112"><code>cc27f3d</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/typer/commit/cf3290deb2bd48e5b8ae7dd1ec901c021ca3fb7a"><code>cf3290d</code></a> 🐛 Fix default value of <code>None</code> for CLI Parameters when the type is `list | Non...</li> <li><a href="https://github.com/tiangolo/typer/commit/3ad8f69624f9e9d4a1ba4781070001ea4b04d6a1"><code>3ad8f69</code></a> 🔖 Release version 0.9.4</li> <li><a href="https://github.com/tiangolo/typer/commit/d857cbbd26bc46e78130604f70d92e479d692e12"><code>d857cbb</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/typer/commit/7519d034d9e2b3414769cf522b6f696d77cdf5f2"><code>7519d03</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/typer/commit/fe9538cdfbff80e34bc9ee05b074ab009c527661"><code>fe9538c</code></a> ✨ Improve support for CLI translations uisng gettext (<a href="https://redirect.github.com/tiangolo/typer/issues/417">#417</a>)</li> <li><a href="https://github.com/tiangolo/typer/commit/5728b2a22889a012678c4f198b24717b5f16a65d"><code>5728b2a</code></a> 🔖 Release version 0.9.3</li> <li><a href="https://github.com/tiangolo/typer/commit/0d279a35cea3c02540b23415cfd50300fdf060a9"><code>0d279a3</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/tiangolo/typer/compare/0.9.0...0.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typer&package-manager=pip&previous-version=0.9.0&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information