From 48057d1ca55d172be6b7303c56467d5a9eef5e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:57:13 +0000 Subject: [PATCH] Bump numpy from 1.20.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.20.2 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.20.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8d1146f..f09aa11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ ipaddr==2.2.0 lockfile==0.12.2 msgpack==0.6.2 munch==2.5.0 -numpy==1.20.2 +numpy==1.22.0 openpyxl==3.0.7 packaging==20.3 pandas==1.2.4 diff --git a/requirements_dev.txt b/requirements_dev.txt index 5745446..24bb8a8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -19,7 +19,7 @@ lockfile==0.12.2 MarkupSafe==1.1.1 msgpack==0.6.2 munch==2.5.0 -numpy==1.20.2 +numpy==1.22.0 openpyxl==3.0.7 packaging==20.3 pandas==1.2.4