From a20fc505b5c75d45d08c621fdc07c8cee7e9a36a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 18:32:49 +0200 Subject: [PATCH] Bump tqdm from 4.64.1 to 4.66.3 (#13) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... 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 f555d3a..5208eb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,6 +25,6 @@ s3transfer==0.6.0 schema==0.7.5 six==1.16.0 tomli==2.0.1 -tqdm==4.64.1 +tqdm==4.66.3 typing_extensions==4.4.0 urllib3==1.26.18