From a832899d79b6a767f52840a6b3780c2c83b7c3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:49:56 +0000 Subject: [PATCH] Bump tqdm from 4.36.1 to 4.66.3 in /src/ingest-pipeline Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.36.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.36.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ingest-pipeline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ingest-pipeline/requirements.txt b/src/ingest-pipeline/requirements.txt index 4724b1bd5..1af82c700 100644 --- a/src/ingest-pipeline/requirements.txt +++ b/src/ingest-pipeline/requirements.txt @@ -39,7 +39,7 @@ google-auth-httplib2==0.1.0 google-auth-oauthlib==0.8.0 python-magic==0.4.27 numpyencoder==0.3.0 -tqdm==4.36.1 +tqdm==4.66.3 pandarallel==1.6.4 python-frontmatter>=1.0.0 imagecodecs>=2023.3.16