From cffae40124787e8fd3ca4e40e75c96a5c1bcc684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:49:12 +0000 Subject: [PATCH] Bump numpy from 1.21.2 to 1.22.0 in /base-images/backend Bumps [numpy](https://github.com/numpy/numpy) from 1.21.2 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- base-images/backend/base-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-images/backend/base-requirements.txt b/base-images/backend/base-requirements.txt index bf3dd6e73..d952cd472 100644 --- a/base-images/backend/base-requirements.txt +++ b/base-images/backend/base-requirements.txt @@ -4,6 +4,6 @@ shapely==1.7.1 # Importing lxml==4.6.3 -numpy==1.21.2 +numpy==1.22.0 pandas==1.3.2 uvloop==0.16.0