From 69501a7f1332c40f3c96aadb9498dd4e1f0bee92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 04:04:04 +0000 Subject: [PATCH] Bump tqdm from 4.62.2 to 4.70.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.2 to 4.70.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.62.2...v4.70.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- EasyFSL/dev_requirements.txt | 2 +- reqs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EasyFSL/dev_requirements.txt b/EasyFSL/dev_requirements.txt index 8191438..132d80d 100644 --- a/EasyFSL/dev_requirements.txt +++ b/EasyFSL/dev_requirements.txt @@ -7,4 +7,4 @@ pytest==6.2.2 pytest-mock==3.6.1 torch>=1.7.1 torchvision>=0.8.2 -tqdm>=4.56.0 +tqdm>=4.70.0 diff --git a/reqs/requirements.txt b/reqs/requirements.txt index ea117be..d2087f2 100644 --- a/reqs/requirements.txt +++ b/reqs/requirements.txt @@ -4,5 +4,5 @@ numpy==1.21.2 opencv_python==4.5.4.58 torch==1.10.0 torchvision==0.11.1 -tqdm==4.62.2 +tqdm==4.70.0 utils==1.0.1