From 3fc960ecced596cb9bc825f1c47ce3d79a9fad28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:23:36 -0700 Subject: [PATCH] chore(deps): update dependency rich-click to v1.8.5 (#153) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e31aacc..7671eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "json-log-formatter==1.1", "pydantic==2.10.3", "python-dotenv==1.0.1", - "rich-click==1.8.3", + "rich-click==1.8.5", "rich==13.9.4", ] description = "Poller for the Chaturbate events API." diff --git a/uv.lock b/uv.lock index cb4d765..59a22c9 100644 --- a/uv.lock +++ b/uv.lock @@ -284,7 +284,7 @@ requires-dist = [ { name = "pydantic", specifier = "==2.10.3" }, { name = "python-dotenv", specifier = "==1.0.1" }, { name = "rich", specifier = "==13.9.4" }, - { name = "rich-click", specifier = "==1.8.3" }, + { name = "rich-click", specifier = "==1.8.5" }, { name = "sphinx-autoapi", marker = "extra == 'docs'", specifier = "==3.4.0" }, { name = "sphinx-rtd-theme", marker = "extra == 'docs'", specifier = "==3.0.2" }, ] @@ -1584,16 +1584,16 @@ wheels = [ [[package]] name = "rich-click" -version = "1.8.3" +version = "1.8.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, { name = "rich" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/3a/a9/a1f1af87e83832d794342fbc09c96cc7cd6798b8dfb8adfbe6ccbef8d70c/rich_click-1.8.3.tar.gz", hash = "sha256:6d75bdfa7aa9ed2c467789a0688bc6da23fbe3a143e19aa6ad3f8bac113d2ab3", size = 38209 } +sdist = { url = "https://files.pythonhosted.org/packages/9a/31/103501e85e885e3e202c087fa612cfe450693210372766552ce1ab5b57b9/rich_click-1.8.5.tar.gz", hash = "sha256:a3eebe81da1c9da3c32f3810017c79bd687ff1b3fa35bfc9d8a3338797f1d1a1", size = 38229 } wheels = [ - { url = "https://files.pythonhosted.org/packages/c6/ea/5a0c5a8e6532e971983d1b0fc99268eb66a10f489da35d9022ce01044191/rich_click-1.8.3-py3-none-any.whl", hash = "sha256:636d9c040d31c5eee242201b5bf4f2d358bfae4db14bb22ec1cafa717cfd02cd", size = 35032 }, + { url = "https://files.pythonhosted.org/packages/aa/0b/e2de98c538c0ee9336211d260f88b7e69affab44969750aaca0b48a697c8/rich_click-1.8.5-py3-none-any.whl", hash = "sha256:0fab7bb5b66c15da17c210b4104277cd45f3653a7322e0098820a169880baee0", size = 35081 }, ] [[package]]