From 324b28e7e81f2e8804ee2a29458f3f9cc9af4273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:16:33 +0000 Subject: [PATCH] Update rasterio requirement from ~=1.4.0 to ~=1.4.4 Updates the requirements on [rasterio](https://github.com/rasterio/rasterio) to permit the latest version. - [Release notes](https://github.com/rasterio/rasterio/releases) - [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt) - [Commits](https://github.com/rasterio/rasterio/compare/1.4.0...1.4.4) --- updated-dependencies: - dependency-name: rasterio dependency-version: 1.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4d9f43f..8605a09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,5 +42,5 @@ joblib~=1.5.3 scipy>=1.11.4,<1.17 scikit-learn~=1.8.0 tqdm~=4.67.3 -rasterio~=1.4.0 +rasterio~=1.4.4 seamless-3dep>=0.4.1,<0.6 \ No newline at end of file