Skip to content

Commit d416d94

Browse files
chore(deps): bump typer from 0.24.1 to 0.27.1 (#62)
Bumps [typer](https://github.com/fastapi/typer) from 0.24.1 to 0.27.1. <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.27.1</h2> <h3>Features</h3> <ul> <li>✨ Make <code>epilog</code> formatting consistent with other parts of the help string. PR <a href="https://redirect.github.com/fastapi/typer/pull/1405">#1405</a> by <a href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Add Library Skills documentation. PR <a href="https://redirect.github.com/fastapi/typer/pull/1906">#1906</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>🐛 Prevent scroll-to-top on restart/fast buttons in the documentation. PR <a href="https://redirect.github.com/fastapi/typer/pull/1904">#1904</a> by <a href="https://github.com/phalberg"><code>@​phalberg</code></a>.</li> <li>📝 Recommend uv projects by default in docs. PR <a href="https://redirect.github.com/fastapi/typer/pull/1903">#1903</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Update help docs. PR <a href="https://redirect.github.com/fastapi/typer/pull/1902">#1902</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>⬆️ Upgrade latest-changes to 0.7.1. PR <a href="https://redirect.github.com/fastapi/typer/pull/1909">#1909</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h2>0.27.0</h2> <h3>Breaking Changes</h3> <ul> <li>💥 Update metavar printing. PR <a href="https://redirect.github.com/fastapi/typer/pull/1863">#1863</a> by <a href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>⬆ Bump the python-packages group across 1 directory with 5 updates. PR <a href="https://redirect.github.com/fastapi/typer/pull/1896">#1896</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> <li>⬆️ Bump ty to 0.0.53. PR <a href="https://redirect.github.com/fastapi/typer/pull/1877">#1877</a> by <a href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li> <li>⬆ Bump the github-actions group across 1 directory with 4 updates. PR <a href="https://redirect.github.com/fastapi/typer/pull/1897">#1897</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> <li>🔧 Set Dependabot schedule interval to &quot;monthly&quot;. PR <a href="https://redirect.github.com/fastapi/typer/pull/1873">#1873</a> by <a href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li> <li>⬆ Bump pre-commit hooks. PR <a href="https://redirect.github.com/fastapi/typer/pull/1895">#1895</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>👷 Add GH workflow to bump pre-commit hook versions. PR <a href="https://redirect.github.com/fastapi/typer/pull/1872">#1872</a> by <a href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li> <li>👷 Fix latest-changes checkout target. PR <a href="https://redirect.github.com/fastapi/typer/pull/1883">#1883</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>⬆️ Update issue-manager to 0.8.1. PR <a href="https://redirect.github.com/fastapi/typer/pull/1880">#1880</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>⬆ Bump the github-actions group across 1 directory with 8 updates. PR <a href="https://redirect.github.com/fastapi/typer/pull/1874">#1874</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> <li>⬆ Bump the python-packages group across 1 directory with 5 updates. PR <a href="https://redirect.github.com/fastapi/typer/pull/1876">#1876</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> <li>⬆️ Update latest-changes to 0.6.1. PR <a href="https://redirect.github.com/fastapi/typer/pull/1879">#1879</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>⬆ Bump <a href="https://github.com/crate-ci/typos">https://github.com/crate-ci/typos</a> from v1.46.0 to 1.47.2 in the pre-commit group across 1 directory. PR <a href="https://redirect.github.com/fastapi/typer/pull/1834">#1834</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> <li>⬆ Bump pydantic-settings from 2.14.1 to 2.14.2. PR <a href="https://redirect.github.com/fastapi/typer/pull/1849">#1849</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> </ul> <h2>0.26.8</h2> <h3>Fixes</h3> <ul> <li>🐛 Make second column of Rich help output reflect the type consistently, even when using <code>metavar</code>. PR <a href="https://redirect.github.com/fastapi/typer/pull/1410">#1410</a> by <a href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li> <li>🐛 Fix formatting in <code>NoSuchOption.format_message()</code>. PR <a href="https://redirect.github.com/fastapi/typer/pull/1843">#1843</a> by <a href="https://github.com/foomunleong"><code>@​foomunleong</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Update docs badges: remove Publish badge, it doesn't give extra information. PR <a href="https://redirect.github.com/fastapi/typer/pull/1850">#1850</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Fix formatting for help link to support GitHub-specific overview edge-case. PR <a href="https://redirect.github.com/fastapi/typer/pull/1826">#1826</a> by <a href="https://github.com/phalberg"><code>@​phalberg</code></a>.</li> </ul> <h3>Internal</h3> <!-- 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.27.1 (2026-08-03)</h2> <h3>Features</h3> <ul> <li>✨ Make <code>epilog</code> formatting consistent with other parts of the help string. PR <a href="https://redirect.github.com/fastapi/typer/pull/1405">#1405</a> by <a href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Add Library Skills documentation. PR <a href="https://redirect.github.com/fastapi/typer/pull/1906">#1906</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>🐛 Prevent scroll-to-top on restart/fast buttons in the documentation. PR <a href="https://redirect.github.com/fastapi/typer/pull/1904">#1904</a> by <a href="https://github.com/phalberg"><code>@​phalberg</code></a>.</li> <li>📝 Recommend uv projects by default in docs. PR <a href="https://redirect.github.com/fastapi/typer/pull/1903">#1903</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Update help docs. PR <a href="https://redirect.github.com/fastapi/typer/pull/1902">#1902</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>⬆️ Upgrade latest-changes to 0.7.1. PR <a href="https://redirect.github.com/fastapi/typer/pull/1909">#1909</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h2>0.27.0 (2026-07-15)</h2> <h3>Breaking Changes</h3> <ul> <li>💥 Update metavar printing. PR <a href="https://redirect.github.com/fastapi/typer/pull/1863">#1863</a> by <a href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>⬆ Bump the python-packages group across 1 directory with 5 updates. PR <a href="https://redirect.github.com/fastapi/typer/pull/1896">#1896</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> <li>⬆️ Bump ty to 0.0.53. PR <a href="https://redirect.github.com/fastapi/typer/pull/1877">#1877</a> by <a href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li> <li>⬆ Bump the github-actions group across 1 directory with 4 updates. PR <a href="https://redirect.github.com/fastapi/typer/pull/1897">#1897</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> <li>🔧 Set Dependabot schedule interval to &quot;monthly&quot;. PR <a href="https://redirect.github.com/fastapi/typer/pull/1873">#1873</a> by <a href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li> <li>⬆ Bump pre-commit hooks. PR <a href="https://redirect.github.com/fastapi/typer/pull/1895">#1895</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>👷 Add GH workflow to bump pre-commit hook versions. PR <a href="https://redirect.github.com/fastapi/typer/pull/1872">#1872</a> by <a href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li> <li>👷 Fix latest-changes checkout target. PR <a href="https://redirect.github.com/fastapi/typer/pull/1883">#1883</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>⬆️ Update issue-manager to 0.8.1. PR <a href="https://redirect.github.com/fastapi/typer/pull/1880">#1880</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>⬆ Bump the github-actions group across 1 directory with 8 updates. PR <a href="https://redirect.github.com/fastapi/typer/pull/1874">#1874</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> <li>⬆ Bump the python-packages group across 1 directory with 5 updates. PR <a href="https://redirect.github.com/fastapi/typer/pull/1876">#1876</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> <li>⬆️ Update latest-changes to 0.6.1. PR <a href="https://redirect.github.com/fastapi/typer/pull/1879">#1879</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>⬆ Bump <a href="https://github.com/crate-ci/typos">https://github.com/crate-ci/typos</a> from v1.46.0 to 1.47.2 in the pre-commit group across 1 directory. PR <a href="https://redirect.github.com/fastapi/typer/pull/1834">#1834</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> <li>⬆ Bump pydantic-settings from 2.14.1 to 2.14.2. PR <a href="https://redirect.github.com/fastapi/typer/pull/1849">#1849</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> </ul> <h2>0.26.8 (2026-06-25)</h2> <h3>Fixes</h3> <ul> <li>🐛 Make second column of Rich help output reflect the type consistently, even when using <code>metavar</code>. PR <a href="https://redirect.github.com/fastapi/typer/pull/1410">#1410</a> by <a href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li> <li>🐛 Fix formatting in <code>NoSuchOption.format_message()</code>. PR <a href="https://redirect.github.com/fastapi/typer/pull/1843">#1843</a> by <a href="https://github.com/foomunleong"><code>@​foomunleong</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Update docs badges: remove Publish badge, it doesn't give extra information. PR <a href="https://redirect.github.com/fastapi/typer/pull/1850">#1850</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Fix formatting for help link to support GitHub-specific overview edge-case. PR <a href="https://redirect.github.com/fastapi/typer/pull/1826">#1826</a> by <a href="https://github.com/phalberg"><code>@​phalberg</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/fe2aa0e2f9c853de378e60ca24ec3b256144decf"><code>fe2aa0e</code></a> 🔖 Release version 0.27.1 (<a href="https://redirect.github.com/fastapi/typer/issues/1919">#1919</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/680dc990238a0eabf12600db6b11e85994ed31cd"><code>680dc99</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/ac3efd562079c6640b92b931a826ab4b2027369d"><code>ac3efd5</code></a> ✨ Make <code>epilog</code> formatting consistent with other parts of the help string (<a href="https://redirect.github.com/fastapi/typer/issues/1">#1</a>...</li> <li><a href="https://github.com/fastapi/typer/commit/32d80ef6b4f5aff5094e6983e0928edaa8766c3b"><code>32d80ef</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/10cb3c9411a8140d61e406b911c84a1aa9b8e3dc"><code>10cb3c9</code></a> ⬆️ Upgrade latest-changes to 0.7.1 (<a href="https://redirect.github.com/fastapi/typer/issues/1909">#1909</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/ac329a0699af88599e766cad87ba607549197606"><code>ac329a0</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/c37ae2fe8cc3b3e90fe9925c839df516ea0d10ea"><code>c37ae2f</code></a> 📝 Add Library Skills documentation (<a href="https://redirect.github.com/fastapi/typer/issues/1906">#1906</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/0974a7e39fdd8ea591c0b58e573ccb2451a302c3"><code>0974a7e</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/951178cc399a4ab8d28ac11fa6a89c8e38b03948"><code>951178c</code></a> 🐛 Prevent scroll-to-top on restart/fast buttons in the documentation (<a href="https://redirect.github.com/fastapi/typer/issues/1904">#1904</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/9051baad9c86d0af1e51492924045f9909288510"><code>9051baa</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/typer/compare/0.24.1...0.27.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typer&package-manager=uv&previous-version=0.24.1&new-version=0.27.1)](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 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> Co-authored-by: Manuel Fritz <freezemanny@gmail.com>
1 parent 01cdf53 commit d416d94

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

tests/wake/test_wake_cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020

2121
import pytest
2222
import typer
23-
from click.testing import Result
24-
from typer.testing import CliRunner
23+
from typer.testing import CliRunner, Result
2524

2625
from models.input_conf.yaml_root import YamlRoot
2726
from models.tree import NodeRef

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)