From 45382719ee285ae31dc4cf5d0faca5e203d7a13f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 20:50:35 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.22.0 in /docker/machine/files Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 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.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/machine/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/machine/files/requirements.txt b/docker/machine/files/requirements.txt index 90f23bd0a..4cb0b6d14 100644 --- a/docker/machine/files/requirements.txt +++ b/docker/machine/files/requirements.txt @@ -2,7 +2,7 @@ scikit-learn==0.23.2 tqdm==4.64.1 pymongo==4.3.3 pandas==1.0.5 -numpy==1.19.5 +numpy==1.22.0 matplotlib==3.5.3 mlxtend==0.16.0 pydot==1.4.2