From 3348cfad2d753c515fca0ec6f15ace2f200d2850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 09:59:11 +0000 Subject: [PATCH] Bump tqdm from 4.64.1 to 4.65.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.65.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.65.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production 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 5afa510..f256f12 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def read(file_name): 'numpy==1.22.4', 'tensorflow==2.11.0', 'Pillow==9.3.0', - 'tqdm==4.64.1', + 'tqdm==4.65.0', 'six==1.16.0' ] )