From 32570c6d8f2068c0733b6dc9abe2fd1727d69396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:17:52 +0000 Subject: [PATCH] Bump numpy from 1.13.1 to 1.21.0 in /requirements 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/deploy.txt | 2 +- requirements/develop.txt | 2 +- requirements/selection.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index ef70de1..3defd88 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -10,5 +10,5 @@ humanfriendly==3.8 # via coloredlogs lxml==4.6.3 # via -r conversion.in -numpy==1.13.1 +numpy==1.21.0 # via -r selection.in diff --git a/requirements/develop.txt b/requirements/develop.txt index 4ff939e..9d6b99d 100644 --- a/requirements/develop.txt +++ b/requirements/develop.txt @@ -20,7 +20,7 @@ lxml==4.6.3 # via -r conversion.in mccabe==0.6.1 # via pylint -numpy==1.13.1 +numpy==1.21.0 # via -r selection.in pycodestyle==2.3.1 # via autopep8 diff --git a/requirements/selection.txt b/requirements/selection.txt index dd77410..e943d8d 100644 --- a/requirements/selection.txt +++ b/requirements/selection.txt @@ -4,4 +4,4 @@ # # pip-compile --output-file selection.txt selection.in # -numpy==1.13.1 +numpy==1.21.0