From c39e04b270bfc47a480bb45510b2b1111f1bf764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:00:36 +0000 Subject: [PATCH] Bump numpy from 1.18.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 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.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- positweet/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/positweet/requirements.txt b/positweet/requirements.txt index 23039cc..fa373f7 100644 --- a/positweet/requirements.txt +++ b/positweet/requirements.txt @@ -7,7 +7,7 @@ djangorestframework==3.11.0 future==0.18.2 gunicorn==20.0.4 idna==2.9 -numpy==1.18.4 +numpy==1.22.0 oauthlib==3.1.0 PySocks==1.7.1 pytz==2020.1 diff --git a/requirements.txt b/requirements.txt index 98277b6..ff76fc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ djangorestframework==3.11.0 future==0.18.2 gunicorn==20.0.4 idna==2.9 -numpy==1.18.4 +numpy==1.22.0 oauthlib==3.1.0 psycopg2==2.8.5 PySocks==1.7.1