From a24e27278fbb4a385f496f0d090cae3e514a73e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:24:46 +0000 Subject: [PATCH] Bump tqdm from 4.64.1 to 4.66.3 in /code-example/image 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] --- code-example/image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-example/image/requirements.txt b/code-example/image/requirements.txt index 12f0e03..c0fd5a5 100644 --- a/code-example/image/requirements.txt +++ b/code-example/image/requirements.txt @@ -7,4 +7,4 @@ sentence_transformers==2.2.2 waitress==2.1.2 python-dotenv==1.0.0 kafka-python==2.0.2 -tqdm==4.64.1 +tqdm==4.66.3