From a88b3480d5cf235f67d5113faa37cba1bc7b2309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:58:25 +0000 Subject: [PATCH] Bump numpy from 1.20.3 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 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.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index cbfd430..2f5329d 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -23,7 +23,7 @@ matplotlib==3.5.1 murmurhash==1.0.6 nltk==3.7 numba==0.55.1 -numpy==1.21.0 +numpy==1.22.0 openpyxl==3.0.9 packaging==21.3 pandas==1.4.1 diff --git a/requirements.txt b/requirements.txt index 7ee1769..f19ece9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ murmurhash==1.0.6 nest-asyncio==1.5.4 nltk==3.6.5 numba==0.54.1 -numpy==1.20.3 +numpy==1.22.0 openpyxl==3.0.9 packaging==21.3 pandas==1.3.4