From 847fbf31a2f6eaffd40abafced4a498899992425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:12:57 +0000 Subject: [PATCH] Bump numpy from 1.13.1 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 to 1.21.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.21.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..9a304c0 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.21.0 django_admin_tools==0.8.1 nine==1.0.0 diff --git a/requirements_novenv.txt b/requirements_novenv.txt index 6df27b6..ccc37df 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.21.0 numpydoc==0.7.0 odo==0.5.0 olefile==0.44