From 0db823965b75dd5fedbd66563e5cbcc45f97955b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:02:51 +0000 Subject: [PATCH] Bump click from 8.3.1 to 8.3.3 Bumps [click](https://github.com/pallets/click) from 8.3.1 to 8.3.3. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/8.3.3/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.1...8.3.3) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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..440b7c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp==3.13.3 -click==8.3.1 +click==8.3.3 python-dateutil==2.9.0.post0 tqdm==4.67.3 colorama==0.4.6 diff --git a/setup.py b/setup.py index ad2dc4e..e16857e 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.3.3', 'python-dateutil==2.9.0.post0', 'tqdm==4.67.3', 'colorama==0.4.6',