Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump typer from 0.12.5 to 0.13.0 (#274)
Bumps [typer](https://github.com/fastapi/typer) from 0.12.5 to 0.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastapi/typer/releases">typer's releases</a>.</em></p> <blockquote> <h2>0.13.0</h2> <h3>Features</h3> <ul> <li>✨ Handle <code>KeyboardInterrupt</code> separately from other exceptions. PR <a href="https://redirect.github.com/fastapi/typer/pull/1039">#1039</a> by <a href="https://github.com/patrick91"><code>@patrick91</code></a>.</li> <li>✨ Update <code>launch</code> to not print anything when opening urls. PR <a href="https://redirect.github.com/fastapi/typer/pull/1035">#1035</a> by <a href="https://github.com/patrick91"><code>@patrick91</code></a>.</li> <li>✨ Show help items in order of definition. PR <a href="https://redirect.github.com/fastapi/typer/pull/944">#944</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h3>Fixes</h3> <ul> <li>🐛 Fix equality check for custom classes. PR <a href="https://redirect.github.com/fastapi/typer/pull/979">#979</a> by <a href="https://github.com/AryazE"><code>@AryazE</code></a>.</li> <li>🐛 Allow colon in zsh autocomplete values and descriptions. PR <a href="https://redirect.github.com/fastapi/typer/pull/988">#988</a> by <a href="https://github.com/snapbug"><code>@snapbug</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>🗑️ Deprecate support for <code>is_flag</code> and <code>flag_value</code> parameters. PR <a href="https://redirect.github.com/fastapi/typer/pull/987">#987</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>🔥 Remove unused functionality from <code>_typing.py</code> file. PR <a href="https://redirect.github.com/fastapi/typer/pull/805">#805</a> by <a href="https://github.com/ivantodorovich"><code>@ivantodorovich</code></a>.</li> <li>✏️ Fix typo in function name <code>_make_rich_text</code>. PR <a href="https://redirect.github.com/fastapi/typer/pull/959">#959</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>✅ Only run completion installation tests when the env var <code>_TYPER_RUN_INSTALL_COMPLETION_TESTS</code> is set. PR <a href="https://redirect.github.com/fastapi/typer/pull/995">#995</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>📝 Update the docstring of the <code>_make_rich_text</code> method. PR <a href="https://redirect.github.com/fastapi/typer/pull/972">#972</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/typer/pull/1040">#1040</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>⬆ Bump mkdocs-material from 9.5.42 to 9.5.44. PR <a href="https://redirect.github.com/fastapi/typer/pull/1042">#1042</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump ruff from 0.7.1 to 0.7.2. PR <a href="https://redirect.github.com/fastapi/typer/pull/1038">#1038</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump mkdocs-macros-plugin from 1.3.6 to 1.3.7. PR <a href="https://redirect.github.com/fastapi/typer/pull/1031">#1031</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/typer/pull/1032">#1032</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>⬆ Bump ruff from 0.7.0 to 0.7.1. PR <a href="https://redirect.github.com/fastapi/typer/pull/1029">#1029</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump pillow from 10.4.0 to 11.0.0. PR <a href="https://redirect.github.com/fastapi/typer/pull/1023">#1023</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump mkdocs-material from 9.5.35 to 9.5.42. PR <a href="https://redirect.github.com/fastapi/typer/pull/1027">#1027</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump ruff from 0.6.5 to 0.7.0. PR <a href="https://redirect.github.com/fastapi/typer/pull/1026">#1026</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump mkdocs-macros-plugin from 1.2.0 to 1.3.6. PR <a href="https://redirect.github.com/fastapi/typer/pull/1025">#1025</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Update pre-commit requirement from <!-- raw HTML omitted -->=2.17.0,<5.0.0. PR <a href="https://redirect.github.com/fastapi/typer/pull/1012">#1012</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3. PR <a href="https://redirect.github.com/fastapi/typer/pull/1009">#1009</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/typer/pull/1001">#1001</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>👷 Update Deploy docs CI to use uv. PR <a href="https://redirect.github.com/fastapi/typer/pull/1021">#1021</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Fix smokeshow, checkout files on CI. PR <a href="https://redirect.github.com/fastapi/typer/pull/1020">#1020</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Use uv in CI. PR <a href="https://redirect.github.com/fastapi/typer/pull/1019">#1019</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Update <code>labeler.yml</code>. PR <a href="https://redirect.github.com/fastapi/typer/pull/1014">#1014</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Update worfkow deploy-docs-notify URL. PR <a href="https://redirect.github.com/fastapi/typer/pull/1011">#1011</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Upgrade Cloudflare GitHub Action. PR <a href="https://redirect.github.com/fastapi/typer/pull/1010">#1010</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>⬆ Bump mkdocs-macros-plugin from 1.0.5 to 1.2.0. PR <a href="https://redirect.github.com/fastapi/typer/pull/992">#992</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump ruff from 0.6.4 to 0.6.5. PR <a href="https://redirect.github.com/fastapi/typer/pull/991">#991</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump mkdocs-material from 9.5.34 to 9.5.35. PR <a href="https://redirect.github.com/fastapi/typer/pull/996">#996</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/typer/pull/993">#993</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/typer/pull/982">#982</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>⬆ Bump tiangolo/issue-manager from 0.5.0 to 0.5.1. PR <a href="https://redirect.github.com/fastapi/typer/pull/980">#980</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>👷 Update <code>issue-manager.yml</code>. PR <a href="https://redirect.github.com/fastapi/typer/pull/978">#978</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>⬆ Bump ruff from 0.6.3 to 0.6.4. PR <a href="https://redirect.github.com/fastapi/typer/pull/975">#975</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump mkdocs-material from 9.5.33 to 9.5.34. PR <a href="https://redirect.github.com/fastapi/typer/pull/963">#963</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</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/fastapi/typer/blob/master/docs/release-notes.md">typer's changelog</a>.</em></p> <blockquote> <h2>0.13.0</h2> <h3>Features</h3> <ul> <li>✨ Handle <code>KeyboardInterrupt</code> separately from other exceptions. PR <a href="https://redirect.github.com/fastapi/typer/pull/1039">#1039</a> by <a href="https://github.com/patrick91"><code>@patrick91</code></a>.</li> <li>✨ Update <code>launch</code> to not print anything when opening urls. PR <a href="https://redirect.github.com/fastapi/typer/pull/1035">#1035</a> by <a href="https://github.com/patrick91"><code>@patrick91</code></a>.</li> <li>✨ Show help items in order of definition. PR <a href="https://redirect.github.com/fastapi/typer/pull/944">#944</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h3>Fixes</h3> <ul> <li>🐛 Fix equality check for custom classes. PR <a href="https://redirect.github.com/fastapi/typer/pull/979">#979</a> by <a href="https://github.com/AryazE"><code>@AryazE</code></a>.</li> <li>🐛 Allow colon in zsh autocomplete values and descriptions. PR <a href="https://redirect.github.com/fastapi/typer/pull/988">#988</a> by <a href="https://github.com/snapbug"><code>@snapbug</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>🗑️ Deprecate support for <code>is_flag</code> and <code>flag_value</code> parameters. PR <a href="https://redirect.github.com/fastapi/typer/pull/987">#987</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>🔥 Remove unused functionality from <code>_typing.py</code> file. PR <a href="https://redirect.github.com/fastapi/typer/pull/805">#805</a> by <a href="https://github.com/ivantodorovich"><code>@ivantodorovich</code></a>.</li> <li>✏️ Fix typo in function name <code>_make_rich_text</code>. PR <a href="https://redirect.github.com/fastapi/typer/pull/959">#959</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>✅ Only run completion installation tests when the env var <code>_TYPER_RUN_INSTALL_COMPLETION_TESTS</code> is set. PR <a href="https://redirect.github.com/fastapi/typer/pull/995">#995</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>📝 Update the docstring of the <code>_make_rich_text</code> method. PR <a href="https://redirect.github.com/fastapi/typer/pull/972">#972</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/typer/pull/1040">#1040</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>⬆ Bump mkdocs-material from 9.5.42 to 9.5.44. PR <a href="https://redirect.github.com/fastapi/typer/pull/1042">#1042</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump ruff from 0.7.1 to 0.7.2. PR <a href="https://redirect.github.com/fastapi/typer/pull/1038">#1038</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump mkdocs-macros-plugin from 1.3.6 to 1.3.7. PR <a href="https://redirect.github.com/fastapi/typer/pull/1031">#1031</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/typer/pull/1032">#1032</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>⬆ Bump ruff from 0.7.0 to 0.7.1. PR <a href="https://redirect.github.com/fastapi/typer/pull/1029">#1029</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump pillow from 10.4.0 to 11.0.0. PR <a href="https://redirect.github.com/fastapi/typer/pull/1023">#1023</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump mkdocs-material from 9.5.35 to 9.5.42. PR <a href="https://redirect.github.com/fastapi/typer/pull/1027">#1027</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump ruff from 0.6.5 to 0.7.0. PR <a href="https://redirect.github.com/fastapi/typer/pull/1026">#1026</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump mkdocs-macros-plugin from 1.2.0 to 1.3.6. PR <a href="https://redirect.github.com/fastapi/typer/pull/1025">#1025</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Update pre-commit requirement from <!-- raw HTML omitted -->=2.17.0,<5.0.0. PR <a href="https://redirect.github.com/fastapi/typer/pull/1012">#1012</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3. PR <a href="https://redirect.github.com/fastapi/typer/pull/1009">#1009</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/typer/pull/1001">#1001</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>👷 Update Deploy docs CI to use uv. PR <a href="https://redirect.github.com/fastapi/typer/pull/1021">#1021</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Fix smokeshow, checkout files on CI. PR <a href="https://redirect.github.com/fastapi/typer/pull/1020">#1020</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Use uv in CI. PR <a href="https://redirect.github.com/fastapi/typer/pull/1019">#1019</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Update <code>labeler.yml</code>. PR <a href="https://redirect.github.com/fastapi/typer/pull/1014">#1014</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Update worfkow deploy-docs-notify URL. PR <a href="https://redirect.github.com/fastapi/typer/pull/1011">#1011</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Upgrade Cloudflare GitHub Action. PR <a href="https://redirect.github.com/fastapi/typer/pull/1010">#1010</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>⬆ Bump mkdocs-macros-plugin from 1.0.5 to 1.2.0. PR <a href="https://redirect.github.com/fastapi/typer/pull/992">#992</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump ruff from 0.6.4 to 0.6.5. PR <a href="https://redirect.github.com/fastapi/typer/pull/991">#991</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump mkdocs-material from 9.5.34 to 9.5.35. PR <a href="https://redirect.github.com/fastapi/typer/pull/996">#996</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/typer/pull/993">#993</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/typer/pull/982">#982</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>⬆ Bump tiangolo/issue-manager from 0.5.0 to 0.5.1. PR <a href="https://redirect.github.com/fastapi/typer/pull/980">#980</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>👷 Update <code>issue-manager.yml</code>. PR <a href="https://redirect.github.com/fastapi/typer/pull/978">#978</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>⬆ Bump ruff from 0.6.3 to 0.6.4. PR <a href="https://redirect.github.com/fastapi/typer/pull/975">#975</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastapi/typer/commit/7bf84ab4bcbf0fc262fb076b7a41c648be0b545f"><code>7bf84ab</code></a> 🔖 Release version 0.13.0</li> <li><a href="https://github.com/fastapi/typer/commit/e80ba57e44ba0b4b2a22092d0c6e0d8fcbbacc53"><code>e80ba57</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/c5233c0c18211fd9c8c90de202b124e6fcb96e67"><code>c5233c0</code></a> ✨ Handle <code>KeyboardInterrupt</code> separately from other exceptions (<a href="https://redirect.github.com/fastapi/typer/issues/1039">#1039</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/e31fc5733aaf0d088dcaca55d773130e144a78e3"><code>e31fc57</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/ee072d8ccf1c70166d162ca7873d1e6fa3ffa495"><code>ee072d8</code></a> ✨ Update <code>launch</code> to not print anything when opening urls (<a href="https://redirect.github.com/fastapi/typer/issues/1035">#1035</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/af49fda24d64759ef29400c4aab97fe3401cfb4a"><code>af49fda</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/dc1bf3cff6b2f696f3904db355ade3d70aa6c009"><code>dc1bf3c</code></a> 🐛 Fix equality check for custom classes (<a href="https://redirect.github.com/fastapi/typer/issues/979">#979</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/bfb54c06a2822cda01eec0c03d6209035db6bbe3"><code>bfb54c0</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/ebb968e4ca5d573be6cfc357f85e2e476bdbf9da"><code>ebb968e</code></a> 🐛 Allow colon in zsh autocomplete values and descriptions (<a href="https://redirect.github.com/fastapi/typer/issues/988">#988</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/438ae44e15d88e9fcf5d5c0364bf6dd91b647350"><code>438ae44</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/typer/compare/0.12.5...0.13.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.12.5&new-version=0.13.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information