From 3590fc165f66f0f6ac56b5fba00fdbbe8069d366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 04:31:01 +0000 Subject: [PATCH] Bump tqdm from 4.60.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.60.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.60.0...v4.66.3) --- 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 ac3f910..0a260d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,6 @@ pytz==2021.1 requests==2.25.1 scipy==1.2.3 six==1.15.0 -tqdm==4.60.0 +tqdm==4.66.3 typing==3.7.4.3 urllib3==1.26.4