From c14a1a37b91978c4ca154fbe675e9a5936dd5d07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 01:40:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20type?= =?UTF-8?q?r=20to=20^0.24.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7eb0539e..ae539b2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2741,21 +2741,21 @@ telegram = ["requests"] [[package]] name = "typer" -version = "0.23.1" +version = "0.24.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "typer-0.23.1-py3-none-any.whl", hash = "sha256:3291ad0d3c701cbf522012faccfbb29352ff16ad262db2139e6b01f15781f14e"}, - {file = "typer-0.23.1.tar.gz", hash = "sha256:2070374e4d31c83e7b61362fd859aa683576432fd5b026b060ad6b4cd3b86134"}, + {file = "typer-0.24.0-py3-none-any.whl", hash = "sha256:5fc435a9c8356f6160ed6e85a6301fdd6e3d8b2851da502050d1f92c5e9eddc8"}, + {file = "typer-0.24.0.tar.gz", hash = "sha256:f9373dc4eff901350694f519f783c29b6d7a110fc0dcc11b1d7e353b85ca6504"}, ] markers = {main = "extra == \"cli\""} [package.dependencies] annotated-doc = ">=0.0.2" -click = ">=8.0.0" -rich = ">=10.11.0" +click = ">=8.2.1" +rich = ">=12.3.0" shellingham = ">=1.3.0" [[package]] @@ -3092,4 +3092,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "0ea94bb40793f0b6ac65f7cabad719d61647f595132c9d57a60f92e28cba0e61" +content-hash = "b43fa287d53a2c75dddf8cf0983c8d608f91a91295dfbac7db8cae057e8b1257" diff --git a/pyproject.toml b/pyproject.toml index cc34a1eb..a5df8c32 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.23.0", optional = true, extras = ["all"]} +typer = {version = "^0.24.0", optional = true, extras = ["all"]} yarl = ">=1.6.0" zeroconf = {version = "^0.148.0", optional = true, extras = ["all"]}