From 4cc557577f7fb718520de4440ce890d33c6c7074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:19:55 +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/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..7a35167 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.22.0 # via -r selection.in diff --git a/requirements/develop.txt b/requirements/develop.txt index 4ff939e..f2d6ddf 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.22.0 # via -r selection.in pycodestyle==2.3.1 # via autopep8 diff --git a/requirements/selection.txt b/requirements/selection.txt index dd77410..b555446 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.22.0