diff --git a/poetry.lock b/poetry.lock index a57873b1..b50b18ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2601,14 +2601,14 @@ telegram = ["requests"] [[package]] name = "typer" -version = "0.19.2" +version = "0.20.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "typer-0.19.2-py3-none-any.whl", hash = "sha256:755e7e19670ffad8283db353267cb81ef252f595aa6834a0d1ca9312d9326cb9"}, - {file = "typer-0.19.2.tar.gz", hash = "sha256:9ad824308ded0ad06cc716434705f691d4ee0bfd0fb081839d2e426860e7fdca"}, + {file = "typer-0.20.0-py3-none-any.whl", hash = "sha256:5b463df6793ec1dca6213a3cf4c0f03bc6e322ac5e16e13ddd622a889489784a"}, + {file = "typer-0.20.0.tar.gz", hash = "sha256:1aaf6494031793e4876fb0bacfa6a912b551cf43c1e63c800df8b1a866720c37"}, ] markers = {main = "extra == \"cli\""} @@ -2952,4 +2952,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "10c5516c76c17c712be9ab27b52f9d9df88347b704cbd42867f16d39ddc3c69c" +content-hash = "b915d552cfa4b90de35093e3ec1746aef0dc2bf5f0a896a82676f93dd069b411" diff --git a/pyproject.toml b/pyproject.toml index 98db7c54..2da922a1 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.19.0", optional = true, extras = ["all"]} +typer = {version = "^0.20.0", optional = true, extras = ["all"]} yarl = ">=1.6.0" zeroconf = {version = "^0.148.0", optional = true, extras = ["all"]}