From 4c5e276206a1e998e93c03ddec0ce753f70a67ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:30:01 +0000 Subject: [PATCH] Bump numpy from 1.17.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.17.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.17.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- osx_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osx_requirements.txt b/osx_requirements.txt index ba3b9fd2..55d81357 100644 --- a/osx_requirements.txt +++ b/osx_requirements.txt @@ -4,7 +4,7 @@ mypy==0.600 django-cors-headers==2.5.2 djangorestframework==3.9.4 jsonschema==2.6.0 -numpy==1.14.5 +numpy==1.22.0 pytest==3.5.1 pytest-django==3.2.1 cryptography==2.3 diff --git a/requirements.txt b/requirements.txt index 9c660bf5..9cc2459f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ mypy==0.600 django-cors-headers==2.5.2 djangorestframework==3.9.4 jsonschema==3.1.1 -numpy==1.17.4 +numpy==1.22.0 pytest==3.5.1 pytest-django==3.2.1 cryptography==2.8