From 073e221255fe92ef5bd352cc63d3cb6884169074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:14:15 +0000 Subject: [PATCH] Bump numpy from 1.17.0 to 1.22.0 in /services/projects/examples Bumps [numpy](https://github.com/numpy/numpy) from 1.17.0 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.17.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/projects/examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/projects/examples/requirements.txt b/services/projects/examples/requirements.txt index 92e36b2..1b6200a 100644 --- a/services/projects/examples/requirements.txt +++ b/services/projects/examples/requirements.txt @@ -3,7 +3,7 @@ google-cloud-storage==1.20.0 joblib==0.13.2 jupyter==1.0.0 mlflow==1.6.0 -numpy==1.17.0 +numpy==1.22.0 python-dotenv==0.10.5 requests==2.22.0 scikit-learn==0.20.4