From 7d2536366ffc2a70404447b881e544d1a299f326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:55:30 +0000 Subject: [PATCH] Bump tqdm from 4.66.5 to 4.66.6 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.66.6. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.66.6) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production 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 53a0b84..38a5f58 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def read(file_name): install_requires=[ 'numpy==1.26.4', 'tensorflow==2.11.1', - 'tqdm==4.66.5', + 'tqdm==4.66.6', 'Pillow==10.4.0', 'six==1.16.0' ]