From 8548a7924c4d7a78252911dab34c2702b31dd584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:10:36 +0000 Subject: [PATCH] Bump numpy from 1.13.1 to 1.22.0 in /requirements 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/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 428588a..46a593d 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ Django==1.8.5 -numpy==1.13.1 +numpy==1.22.0 simplejson==3.8.0 virtualenv==13.1.2 wheel==0.26.0 \ No newline at end of file