From fc73a903c577680ae419600631cf4dfefe8f186e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 16:35:24 +0000 Subject: [PATCH] Update tqdm requirement from ~=4.66.1 to ~=4.66.4 Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.4) --- updated-dependencies: - dependency-name: tqdm 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 fd16007..0f03288 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Wand~=0.6.13 -tqdm~=4.66.1 +tqdm~=4.66.4 img2pdf~=0.5.1 requests~=2.31.0 ConfigArgParse~=1.7