From d3a3a191886118ac354cf6a412287bdbaa57cd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:15:24 +0000 Subject: [PATCH] Bump numpy from 1.19.0 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.0 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.19.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 501d447..5912c51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,23 @@ # # pip-compile requirements.in # -attrs==19.3.0 # via pytest -more-itertools==8.4.0 # via pytest -numpy==1.19.0 # via -r requirements.in -packaging==20.4 # via pytest -pluggy==0.13.1 # via pytest -py==1.9.0 # via pytest -pyparsing==2.4.7 # via packaging -pytest==5.4.3 # via -r requirements.in -six==1.15.0 # via packaging -wcwidth==0.2.5 # via pytest +attrs==19.3.0 + # via pytest +more-itertools==8.4.0 + # via pytest +numpy==1.22.0 + # via -r requirements.in +packaging==20.4 + # via pytest +pluggy==0.13.1 + # via pytest +py==1.9.0 + # via pytest +pyparsing==2.4.7 + # via packaging +pytest==5.4.3 + # via -r requirements.in +six==1.15.0 + # via packaging +wcwidth==0.2.5 + # via pytest