From b424f2cbb1f56517f1a08bcbdbf9e99b251cf089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:06:21 +0000 Subject: [PATCH] Bump numpy from 1.18.2 to 1.21.0 in /FastAPIMongoEngineGraphQL/app Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.21.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.18.2...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- FastAPIMongoEngineGraphQL/app/dev_requirements.txt | 2 +- FastAPIMongoEngineGraphQL/app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 FastAPIMongoEngineGraphQL/app/dev_requirements.txt mode change 100755 => 100644 FastAPIMongoEngineGraphQL/app/requirements.txt diff --git a/FastAPIMongoEngineGraphQL/app/dev_requirements.txt b/FastAPIMongoEngineGraphQL/app/dev_requirements.txt old mode 100755 new mode 100644 index 05bd324..842f1cc --- a/FastAPIMongoEngineGraphQL/app/dev_requirements.txt +++ b/FastAPIMongoEngineGraphQL/app/dev_requirements.txt @@ -2,7 +2,7 @@ fastapi uvicorn gunicorn pandas==1.0.3 -numpy==1.18.2 +numpy==1.21.0 psycopg2==2.8.5 sqlalchemy==1.3.17 jwt==1.0.0 diff --git a/FastAPIMongoEngineGraphQL/app/requirements.txt b/FastAPIMongoEngineGraphQL/app/requirements.txt old mode 100755 new mode 100644 index 24cd799..39b720a --- a/FastAPIMongoEngineGraphQL/app/requirements.txt +++ b/FastAPIMongoEngineGraphQL/app/requirements.txt @@ -1,5 +1,5 @@ pandas==1.0.3 -numpy==1.18.2 +numpy==1.21.0 mongoengine==0.20.0 mongoengine_goodjson jwt==1.0.0