diff --git a/pyproject.toml b/pyproject.toml index 69c9bd6a60..eb4988ddef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ docs = [ "mkdocstrings[python]==0.30.1", "pillow==11.3.0", "pyyaml>=5.3.1,<7.0.0", - "typer==0.21.1", + "typer==0.21.2", ] github-actions = [ "httpx>=0.27.0,<0.29.0", diff --git a/uv.lock b/uv.lock index 0fe13d567d..7268adcbe2 100644 --- a/uv.lock +++ b/uv.lock @@ -2615,7 +2615,7 @@ dev = [ { name = "pytest", specifier = ">=7.0.1,<9.0.0" }, { name = "pyyaml", specifier = ">=5.3.1,<7.0.0" }, { name = "ruff", specifier = "==0.15.0" }, - { name = "typer", specifier = "==0.21.1" }, + { name = "typer", specifier = "==0.21.2" }, { name = "typing-extensions", specifier = "==4.15.0" }, ] docs = [ @@ -2631,7 +2631,7 @@ docs = [ { name = "mkdocstrings", extras = ["python"], specifier = "==0.30.1" }, { name = "pillow", specifier = "==11.3.0" }, { name = "pyyaml", specifier = ">=5.3.1,<7.0.0" }, - { name = "typer", specifier = "==0.21.1" }, + { name = "typer", specifier = "==0.21.2" }, ] github-actions = [ { name = "httpx", specifier = ">=0.27.0,<0.29.0" }, @@ -2803,18 +2803,18 @@ wheels = [ [[package]] name = "typer" -version = "0.21.1" +version = "0.21.2" source = { registry = "https://pypi.org/simple" } dependencies = [ + { name = "annotated-doc" }, { name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, { name = "click", version = "8.3.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" }, { name = "rich" }, { name = "shellingham" }, - { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/36/bf/8825b5929afd84d0dabd606c67cd57b8388cb3ec385f7ef19c5cc2202069/typer-0.21.1.tar.gz", hash = "sha256:ea835607cd752343b6b2b7ce676893e5a0324082268b48f27aa058bdb7d2145d", size = 110371, upload-time = "2026-01-06T11:21:10.989Z" } +sdist = { url = "https://files.pythonhosted.org/packages/f2/1e/a27cc02a0cd715118c71fa2aef2c687fdefc3c28d90fd0dd789c5118154c/typer-0.21.2.tar.gz", hash = "sha256:1abd95a3b675e17ff61b0838ac637fe9478d446d62ad17fa4bb81ea57cc54028", size = 120426, upload-time = "2026-02-10T19:33:46.182Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a0/1d/d9257dd49ff2ca23ea5f132edf1281a0c4f9de8a762b9ae399b670a59235/typer-0.21.1-py3-none-any.whl", hash = "sha256:7985e89081c636b88d172c2ee0cfe33c253160994d47bdfdc302defd7d1f1d01", size = 47381, upload-time = "2026-01-06T11:21:09.824Z" }, + { url = "https://files.pythonhosted.org/packages/b8/cc/d59f893fbdfb5f58770c05febfc4086a46875f1084453621c35605cec946/typer-0.21.2-py3-none-any.whl", hash = "sha256:c3d8de54d00347ef90b82131ca946274f017cffb46683ae3883c360fa958f55c", size = 56728, upload-time = "2026-02-10T19:33:48.01Z" }, ] [[package]]