From 19b8d1bc803cd9390e33c75295eba618a664e7bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 17:13:55 +0000 Subject: [PATCH] fix(deps): update dependency click to >=8.0.0, <8.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fe36d41d..88e55fddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "click >= 8.0.0, < 8.1.8", + "click >=8.0.0, <8.5.1", "requests >= 2.0.0, < 3.0.0", "tenacity >= 8.0.0, < 9.0.0", "tqdm >= 4.0.0, < 5.0.0",