From 4b92cc4ee2aa2b67c1aec8b887d4ad7bad2bf115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:50:51 +0000 Subject: [PATCH] Bump tqdm from 4.39.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.39.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.39.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-gpu.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-gpu.txt b/requirements-gpu.txt index cfb382e..a51eee4 100644 --- a/requirements-gpu.txt +++ b/requirements-gpu.txt @@ -3,6 +3,6 @@ notebook==6.0.2 numpy==1.17.4 matplotlib==3.1.1 tensorflow-gpu>=1.15.2 -tqdm==4.39.0 +tqdm==4.66.3 plotly==4.5 pandas==0.25 diff --git a/requirements.txt b/requirements.txt index ef14e94..5ce2da4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ notebook==6.0.2 numpy==1.17.4 matplotlib==3.1.1 tensorflow>=1.15.2 -tqdm==4.39.0 +tqdm==4.66.3 plotly==4.5 pandas==0.25