From 610b265036f0ada1e8fa8e3de4434484588efc45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:44:45 +0000 Subject: [PATCH] chore(deps): update sentinelsat requirement from >=1.1.0 to >=1.2.1 Updates the requirements on [sentinelsat](https://github.com/sentinelsat/sentinelsat) to permit the latest version. - [Release notes](https://github.com/sentinelsat/sentinelsat/releases) - [Changelog](https://github.com/sentinelsat/sentinelsat/blob/main/CHANGELOG.rst) - [Commits](https://github.com/sentinelsat/sentinelsat/compare/v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: sentinelsat dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-install.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-install.txt b/requirements-install.txt index 492ec33..4276ef3 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -27,7 +27,7 @@ requests>=2.26.0 python-dotenv>=0.19.0 # Satellite Data APIs -sentinelsat>=1.1.0 +sentinelsat>=1.2.1 earthengine-api>=1.7.32 # API Framework diff --git a/requirements.txt b/requirements.txt index b7459be..2c0e158 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ requests>=2.26.0 python-dotenv>=0.19.0 # Satellite Data APIs -sentinelsat>=1.1.0 +sentinelsat>=1.2.1 earthengine-api>=1.7.32 # Distributed Computing (optional)