From 013019542f62e207dac706b23b897abf8a3d2f4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 15:18:35 +0000 Subject: [PATCH] fix(deps): update dependency typer to >=0.21,<0.22 --- python/diff-nautobot-understack/pyproject.toml | 2 +- python/diff-nautobot-understack/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/diff-nautobot-understack/pyproject.toml b/python/diff-nautobot-understack/pyproject.toml index 06771309d..030c6d2e1 100644 --- a/python/diff-nautobot-understack/pyproject.toml +++ b/python/diff-nautobot-understack/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "openstacksdk>=4.2.0,<5", "keystoneauth-websso>=0.2.0,<0.3", "diffsync>=2.0.1,<3", - "typer>=0.20,<0.21", + "typer>=0.21,<0.22", "pydantic-settings>=2.7.1,<3", ] license = {text="Apache-2.0"} diff --git a/python/diff-nautobot-understack/uv.lock b/python/diff-nautobot-understack/uv.lock index fcc814dca..de087f2ee 100644 --- a/python/diff-nautobot-understack/uv.lock +++ b/python/diff-nautobot-understack/uv.lock @@ -335,7 +335,7 @@ requires-dist = [ { name = "keystoneauth-websso", specifier = ">=0.2.0,<0.3" }, { name = "openstacksdk", specifier = ">=4.2.0,<5" }, { name = "pydantic-settings", specifier = ">=2.7.1,<3" }, - { name = "typer", specifier = ">=0.20,<0.21" }, + { name = "typer", specifier = ">=0.21,<0.22" }, ] [package.metadata.requires-dev] @@ -948,7 +948,7 @@ wheels = [ [[package]] name = "typer" -version = "0.20.0" +version = "0.21.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, @@ -956,9 +956,9 @@ dependencies = [ { name = "shellingham" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/8f/28/7c85c8032b91dbe79725b6f17d2fffc595dff06a35c7a30a37bef73a1ab4/typer-0.20.0.tar.gz", hash = "sha256:1aaf6494031793e4876fb0bacfa6a912b551cf43c1e63c800df8b1a866720c37", size = 106492, upload-time = "2025-10-20T17:03:49.445Z" } +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/78/64/7713ffe4b5983314e9d436a90d5bd4f63b6054e2aca783a3cfc44cb95bbf/typer-0.20.0-py3-none-any.whl", hash = "sha256:5b463df6793ec1dca6213a3cf4c0f03bc6e322ac5e16e13ddd622a889489784a", size = 47028, upload-time = "2025-10-20T17:03:47.617Z" }, + { 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]]