From 1c275a1e716efbebca4c02245f00490afe7b9ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 14:30:51 +0000 Subject: [PATCH] Bump numpy from 1.19.0 to 1.21.0 in /microservices/builder_image Bumps [numpy](https://github.com/numpy/numpy) from 1.19.0 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.19.0...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- microservices/builder_image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices/builder_image/requirements.txt b/microservices/builder_image/requirements.txt index 5c3f9d64..e2427b70 100644 --- a/microservices/builder_image/requirements.txt +++ b/microservices/builder_image/requirements.txt @@ -1,5 +1,5 @@ flask==2.1.0 pymongo==3.10.1 -numpy==1.19.0 +numpy==1.21.0 datetime==4.3 pytz==2020.1 \ No newline at end of file