From 01121d769594e5b2fad6fd7252c650397616fb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 20:44:44 +0200 Subject: [PATCH] Bump tqdm from 4.65.0 to 4.66.1 (#1235) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.66.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 683f0a4..44196f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ socid-extractor>=0.0.24 soupsieve==2.3.2.post1 stem==1.8.1 torrequest==0.1.0 -tqdm==4.65.0 +tqdm==4.66.1 typing-extensions==4.8.0 webencodings==0.5.1 xhtml2pdf~=0.2.11