From 03ce245b69f6ca1c982dca8839575d8b01925073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:09:32 +0000 Subject: [PATCH] Bump tqdm from 4.66.4 to 4.67.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.4 to 4.67.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.67.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3edafb4..66845751 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.67.1" ] }, tests_require=[