From 3e6264f4bb12a7ef09791587777d21f89ea9f7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:14:08 +0000 Subject: [PATCH] Update click requirement from >=7.1.2 to >=8.3.2 Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [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/7.1.2...8.3.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cfdc19d..5277f76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ APScheduler>=3.5.3 asn1crypto>=0.24.0 certifi>=2020.6.20 cffi>=1.14.1 -Click>=7.1.2 +Click>=8.3.2 cryptography>=3.0.0 Flask>=1.0.2 Flask-RESTful>=0.3.6