diff --git a/pyproject.toml b/pyproject.toml index 98f7ac2ab0..1aa8b1a806 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.0", + "typer==0.21.1", ] github-actions = [ "httpx>=0.27.0,<0.29.0", diff --git a/uv.lock b/uv.lock index 8a6b8579af..816928c6f3 100644 --- a/uv.lock +++ b/uv.lock @@ -2608,7 +2608,7 @@ dev = [ { name = "pytest", specifier = ">=7.0.1,<9.0.0" }, { name = "pyyaml", specifier = ">=5.3.1,<7.0.0" }, { name = "ruff", specifier = "==0.14.13" }, - { name = "typer", specifier = "==0.21.0" }, + { name = "typer", specifier = "==0.21.1" }, { name = "typing-extensions", specifier = "==4.15.0" }, ] docs = [ @@ -2624,7 +2624,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.0" }, + { name = "typer", specifier = "==0.21.1" }, ] github-actions = [ { name = "httpx", specifier = ">=0.27.0,<0.29.0" }, @@ -2796,7 +2796,7 @@ wheels = [ [[package]] name = "typer" -version = "0.21.0" +version = "0.21.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, @@ -2805,9 +2805,9 @@ dependencies = [ { name = "shellingham" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/85/30/ff9ede605e3bd086b4dd842499814e128500621f7951ca1e5ce84bbf61b1/typer-0.21.0.tar.gz", hash = "sha256:c87c0d2b6eee3b49c5c64649ec92425492c14488096dfbc8a0c2799b2f6f9c53", size = 106781, upload-time = "2025-12-25T09:54:53.651Z" } +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" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e1/e4/5ebc1899d31d2b1601b32d21cfb4bba022ae6fce323d365f0448031b1660/typer-0.21.0-py3-none-any.whl", hash = "sha256:c79c01ca6b30af9fd48284058a7056ba0d3bf5cf10d0ff3d0c5b11b68c258ac6", size = 47109, upload-time = "2025-12-25T09:54:51.918Z" }, + { 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" }, ] [[package]]