From 35bdb82e4ac2c53ed542951d28c3ab3c1fc6638e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:13:47 +0000 Subject: [PATCH] Bump numpy from 1.13.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 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.13.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_novenv.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d4242f3..62c55ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ Django==1.11.23 SQLAlchemy==1.1.11 django_debug_toolbar==1.8 django_nine==0.1.13 -numpy==1.13.1 +numpy==1.22.0 django_admin_tools==0.8.1 nine==1.0.0 diff --git a/requirements_novenv.txt b/requirements_novenv.txt index 6df27b6..c59c476 100644 --- a/requirements_novenv.txt +++ b/requirements_novenv.txt @@ -134,7 +134,7 @@ nose==1.3.7 notebook==5.7.8 numba==0.34.0 numexpr==2.6.2 -numpy==1.13.1 +numpy==1.22.0 numpydoc==0.7.0 odo==0.5.0 olefile==0.44