From 2e7b208d9a25e9b4b49fbc062665bab7599f4e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:26:31 +0000 Subject: [PATCH] Bump numpy from 1.18.2 to 1.22.0 in /FastAPIMongoEngine/app Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- FastAPIMongoEngine/app/dev_requirements.txt | 2 +- FastAPIMongoEngine/app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 FastAPIMongoEngine/app/dev_requirements.txt mode change 100755 => 100644 FastAPIMongoEngine/app/requirements.txt diff --git a/FastAPIMongoEngine/app/dev_requirements.txt b/FastAPIMongoEngine/app/dev_requirements.txt old mode 100755 new mode 100644 index 890db63..4ae00c7 --- a/FastAPIMongoEngine/app/dev_requirements.txt +++ b/FastAPIMongoEngine/app/dev_requirements.txt @@ -3,7 +3,7 @@ uvicorn gunicorn mongoengine pandas==1.0.3 -numpy==1.18.2 +numpy==1.22.0 psycopg2==2.8.5 jwt==1.0.0 bcrypt==3.1.7 diff --git a/FastAPIMongoEngine/app/requirements.txt b/FastAPIMongoEngine/app/requirements.txt old mode 100755 new mode 100644 index f35eddf..5abbbef --- a/FastAPIMongoEngine/app/requirements.txt +++ b/FastAPIMongoEngine/app/requirements.txt @@ -1,5 +1,5 @@ pandas==1.0.3 -numpy==1.18.2 +numpy==1.22.0 mongoengine==0.20.0 mongoengine_goodjson jwt==1.0.0