From 5b4b96ada1ddd31d61a3439fabc82833553ea2e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:22:27 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.22.0 in /Data handler Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Data handler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data handler/requirements.txt b/Data handler/requirements.txt index 2ebee15..8d8c81c 100644 --- a/Data handler/requirements.txt +++ b/Data handler/requirements.txt @@ -1,6 +1,6 @@ flask==1.1.1 influxdb==5.3.0 -numpy==1.18.1 +numpy==1.22.0 pandas==1.2.3 tqdm==4.42.1 pyyaml==5.4