From 84de325bc29cee71cff6e00113cdd6750c0d685f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:08:26 +0000 Subject: [PATCH] Bump tqdm from 4.66.2 to 4.67.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.67.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.67.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.67.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a655a7..52b383c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "earthengine-api==0.1.391", "rioxarray==0.15.1", "rasterio==1.3.10", - "tqdm==4.66.2", + "tqdm==4.67.1", "geopandas==0.14.3", "fiona==1.9.6", "geobench==1.0.0",