From b9da6ec9d69ad21673ab696008207c33f5ae70c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:30:32 +0000 Subject: [PATCH] Bump numpy from 1.15.3 to 1.22.0 in /src/cvtracker Bumps [numpy](https://github.com/numpy/numpy) from 1.15.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.15.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/cvtracker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cvtracker/requirements.txt b/src/cvtracker/requirements.txt index 2423522..f957639 100644 --- a/src/cvtracker/requirements.txt +++ b/src/cvtracker/requirements.txt @@ -1,7 +1,7 @@ certifi==2018.10.15 chardet==3.0.4 idna==2.7 -numpy==1.15.3 +numpy==1.22.0 opencv-python==3.4.3.18 paho-mqtt==1.4.0 requests==2.20.0