From f8dcfc2816193fe6a29c8a6f7f360b69f15b98c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:58:47 +0000 Subject: [PATCH] Bump numpy from 1.18.4 to 1.22.0 in /positweet 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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