From 4528753c577ab065dd63afab28ee8b19eb5b3555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:05:04 +0000 Subject: [PATCH] Bump numpy from 1.19.4 to 1.22.0 in /backend/streaming Bumps [numpy](https://github.com/numpy/numpy) from 1.19.4 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.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/streaming/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/streaming/requirements.txt b/backend/streaming/requirements.txt index e22cfd6..e6b261b 100644 --- a/backend/streaming/requirements.txt +++ b/backend/streaming/requirements.txt @@ -7,7 +7,7 @@ python-dateutil==2.8.1 # for RFC 3339 strings from Spark cassandra-driver==3.24.0 pydantic==1.7.2 scikit-learn==0.23.2 -numpy==1.19.4 +numpy==1.22.0 pyod==0.8.4 pandas==1.1.4 kafka-python==2.0.2