From 5eaa37b4abc3a2ce520a8e466800840ba5574ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 20:55:55 +0000 Subject: [PATCH] Bump planet from 1.5.2 to 2.0.1 in /Data_API Bumps [planet](https://github.com/planetlabs/planet-client-python) from 1.5.2 to 2.0.1. - [Release notes](https://github.com/planetlabs/planet-client-python/releases) - [Changelog](https://github.com/planetlabs/planet-client-python/blob/main/CHANGES.txt) - [Commits](https://github.com/planetlabs/planet-client-python/compare/1.5.2...2.0.1) --- updated-dependencies: - dependency-name: planet dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Data_API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data_API/requirements.txt b/Data_API/requirements.txt index 4f680f8..bc87ea6 100644 --- a/Data_API/requirements.txt +++ b/Data_API/requirements.txt @@ -1,6 +1,6 @@ geojsonio==0.0.3 jupyter==1.0.0 numpy==1.23.3 -planet==1.5.2 +planet==2.0.1 rasterio==1.3.2 requests==2.28.1