From 6fcb98618c6da33fbf5d3f9cb524d392eb56889e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:57:51 +0000 Subject: [PATCH] Bump tqdm from 4.64.1 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f44ebeb5..c331e5ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ opencv-python>=4.1.2 torch>=1.9.0 --extra-index-url https://download.pytorch.org/whl/cpu torchvision>=0.10.0 --extra-index-url https://download.pytorch.org/whl/cpu pytest==7.1.3 -tqdm==4.64.1 +tqdm==4.66.3 scipy>=1.7.3 matplotlib>=3.4.3 mock==4.0.3 \ No newline at end of file diff --git a/requirements_gpu.txt b/requirements_gpu.txt index 9bdbf06b..f91e118f 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -5,7 +5,7 @@ opencv-python>=4.1.2 torch>=1.9.0 --extra-index-url https://download.pytorch.org/whl/cu102 torchvision>=0.10.0 --extra-index-url https://download.pytorch.org/whl/cu102 pytest==7.1.3 -tqdm==4.64.1 +tqdm==4.66.3 scipy>=1.7.3 matplotlib>=3.4.3 mock==4.0.3 \ No newline at end of file