From ef15071f18d16a925e48c5b42e6b4843ac488a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:44:41 +0000 Subject: [PATCH] Bump tqdm from 4.66.4 to 4.66.6 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.4 to 4.66.6. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.66.6) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a0357696..ff2bf018 100644 --- a/setup.py +++ b/setup.py @@ -295,7 +295,7 @@ def readme(): "google-cloud-bigquery==3.25.0", "google-cloud-storage>=2.17.0", "pandas-gbq==0.24.0", - "tqdm==4.66.4" + "tqdm==4.66.6" ] }, tests_require=[