From b57cc291f4be8c4e4c2eb0bfd5b52eae9cba0a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:31:35 +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 | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9ad50db..719067a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,12 +4,28 @@ # # pip-compile requirements.in # -cycler==0.10.0 # via matplotlib -kiwisolver==1.2.0 # via matplotlib -matplotlib==3.2.2 # via -r requirements.in -numpy==1.19.0 # via -r requirements.in, matplotlib, pandas -pandas==1.0.5 # via -r requirements.in -pyparsing==2.4.7 # via matplotlib -python-dateutil==2.8.1 # via matplotlib, pandas -pytz==2020.1 # via pandas -six==1.15.0 # via cycler, python-dateutil +cycler==0.10.0 + # via matplotlib +kiwisolver==1.2.0 + # via matplotlib +matplotlib==3.2.2 + # via -r requirements.in +numpy==1.22.0 + # via + # -r requirements.in + # matplotlib + # pandas +pandas==1.0.5 + # via -r requirements.in +pyparsing==2.4.7 + # via matplotlib +python-dateutil==2.8.1 + # via + # matplotlib + # pandas +pytz==2020.1 + # via pandas +six==1.15.0 + # via + # cycler + # python-dateutil