From 61704126944e8f37b6084b6863f7d54216787d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:49:45 +0000 Subject: [PATCH] Bump numpy from 1.18.4 to 1.22.0 in /python_src Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python_src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_src/requirements.txt b/python_src/requirements.txt index f96c7d2..879ca42 100644 --- a/python_src/requirements.txt +++ b/python_src/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.2.7 confluent-kafka==1.4.1 Django==3.0.6 image==1.5.31 -numpy==1.18.4 +numpy==1.22.0 opencv-python==4.2.0.34 Pillow==7.1.2 pytz==2020.1