From 3847deeed99501e600c7cf61cb8fcc88549c8fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:51:33 +0000 Subject: [PATCH] Bump tqdm from 4.41.1 to 4.66.3 in /examples/sentinel2 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.41.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.41.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/sentinel2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sentinel2/requirements.txt b/examples/sentinel2/requirements.txt index 0d1b3b5..9f65cb4 100644 --- a/examples/sentinel2/requirements.txt +++ b/examples/sentinel2/requirements.txt @@ -1,4 +1,4 @@ numpy>=1.7 rasterio==1.1.2 srem==1.0.0 -tqdm==4.41.1 +tqdm==4.66.3