From 043eadec28a20e74085c3cf71324d8c0e030cf2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:38:41 +0000 Subject: [PATCH] Bump numpy from 1.20.3 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 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.20.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-old.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-old.txt b/requirements-old.txt index bf287ff2..f09abfa9 100644 --- a/requirements-old.txt +++ b/requirements-old.txt @@ -85,7 +85,7 @@ mysqlclient==1.4.6 NavAdd==0.1.1 netaddr==0.7.18 netifaces==0.10.4 -numpy==1.7.0 +numpy==1.22.0 oauth==1.0.1 oauth2==1.5.211 oauthlib==0.6.0 diff --git a/requirements.txt b/requirements.txt index 0259f328..8bd9353d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ django-user-agents==0.4.0 django-recaptcha==2.0.6 jxmlease==1.0.3 mysqlclient==2.0.3 -numpy==1.20.3 +numpy==1.22.0 # django-user-agents==0.3.0 # html5lib==1.1 requests