From 10c23a1fc956ae2535abbfe683d7851fa0485c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:01:52 +0000 Subject: [PATCH] Bump numpy from 1.21.4 to 1.22.0 in /cloud_functions/fire_tool Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cloud_functions/fire_tool/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud_functions/fire_tool/requirements.txt b/cloud_functions/fire_tool/requirements.txt index c8c5650..c3cc6a0 100644 --- a/cloud_functions/fire_tool/requirements.txt +++ b/cloud_functions/fire_tool/requirements.txt @@ -1,3 +1,3 @@ earthengine-api==0.1.292 -numpy==1.21.4 +numpy==1.22.0 pandas==1.3.5