From 0dc0f8e60bb28bcc592a1658314b8f1e545a2dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:37:03 +0000 Subject: [PATCH] Bump click from 8.3.1 to 8.4.0 Bumps [click](https://github.com/pallets/click) from 8.3.1 to 8.4.0. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.1...8.4.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f0051af..7c95560 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp==3.13.3 -click==8.3.1 +click==8.4.0 python-dateutil==2.9.0.post0 tqdm==4.67.3 colorama==0.4.6 diff --git a/setup.py b/setup.py index ad2dc4e..2086065 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ zip_safe=False, install_requires=[ 'aiohttp==3.13.3', - 'click==8.3.1', + 'click==8.4.0', 'python-dateutil==2.9.0.post0', 'tqdm==4.67.3', 'colorama==0.4.6',