Skip to content

Commit 5c2e6f3

Browse files
⬆️ Update dependency typer to ^0.15.0 (#1570)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent c0a0152 commit 5c2e6f3

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

poetry.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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cachetools = ">=4.0.0"
3232
mashumaro = "^3.13"
3333
orjson = ">=3.9.8"
3434
python = "^3.11"
35-
typer = {version = "^0.13.0", optional = true, extras = ["all"]}
35+
typer = {version = "^0.15.0", optional = true, extras = ["all"]}
3636
yarl = ">=1.6.0"
3737
zeroconf = {version = "^0.136.0", optional = true, extras = ["all"]}
3838

src/wled/cli/async_typer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class AsyncTyper(SyncTyper):
5252
# pylint: disable-next=too-many-arguments, too-many-locals
5353
def callback( # type: ignore[override] # noqa: PLR0913
5454
self,
55-
name: str | None = None,
5655
*,
5756
cls: type[TyperGroup] | None = None,
5857
invoke_without_command: bool = False,
@@ -76,7 +75,6 @@ def callback( # type: ignore[override] # noqa: PLR0913
7675
]:
7776
"""Create a new typer callback."""
7877
super_callback = super().callback(
79-
name,
8078
cls=cls,
8179
invoke_without_command=invoke_without_command,
8280
no_args_is_help=no_args_is_help,

0 commit comments

Comments
 (0)