From b2ec23d04f036db0aa88ebf163e403392acfd39d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:12:55 +0000 Subject: [PATCH] Bump tqdm from 4.59.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.59.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.59.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 153f9b7..ddfb8c1 100644 --- a/setup.py +++ b/setup.py @@ -267,7 +267,7 @@ def inspect_cuda(): "python-dateutil==2.8.1", "PyYAML==5.4.1", "simplejson==3.17.2", - "tqdm==4.59.0", + "tqdm==4.66.3", "google-api-python-client", "google-cloud-vision" ])