From 44240b6178687e98f3bdbf0cbd9a3383c37f6893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 01:56:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20type?= =?UTF-8?q?r=20to=20^0.21.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d47b2838..385621aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2774,14 +2774,14 @@ telegram = ["requests"] [[package]] name = "typer" -version = "0.20.1" +version = "0.21.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "typer-0.20.1-py3-none-any.whl", hash = "sha256:4b3bde918a67c8e03d861aa02deca90a95bbac572e71b1b9be56ff49affdb5a8"}, - {file = "typer-0.20.1.tar.gz", hash = "sha256:68585eb1b01203689c4199bc440d6be616f0851e9f0eb41e4a778845c5a0fd5b"}, + {file = "typer-0.21.0-py3-none-any.whl", hash = "sha256:c79c01ca6b30af9fd48284058a7056ba0d3bf5cf10d0ff3d0c5b11b68c258ac6"}, + {file = "typer-0.21.0.tar.gz", hash = "sha256:c87c0d2b6eee3b49c5c64649ec92425492c14488096dfbc8a0c2799b2f6f9c53"}, ] markers = {main = "extra == \"cli\""} @@ -3125,4 +3125,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "841ddb01df23a3382fa9f66bc5ec1992f2596bbc22356d8ad46f85db2d6adfdc" +content-hash = "83d2d78400a79c94aa211bfb53464c19ab49883955654198d9dc9a4346a99c6f" diff --git a/pyproject.toml b/pyproject.toml index 86d7e125..3d7a95ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ cachetools = ">=4.0.0" mashumaro = "^3.13" orjson = ">=3.9.8" python = "^3.11" -typer = {version = "^0.20.0", optional = true, extras = ["all"]} +typer = {version = "^0.21.0", optional = true, extras = ["all"]} yarl = ">=1.6.0" zeroconf = {version = "^0.148.0", optional = true, extras = ["all"]}