From c5dff7177e126c519e1398bd93a5933c8f7f949d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:33:20 +0000 Subject: [PATCH] Bump numpy from 1.17.2 to 1.22.0 in /zeppelin-notebook Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 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.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- zeppelin-notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeppelin-notebook/requirements.txt b/zeppelin-notebook/requirements.txt index 672f2b4..230db2b 100644 --- a/zeppelin-notebook/requirements.txt +++ b/zeppelin-notebook/requirements.txt @@ -1,5 +1,5 @@ ipython==7.16.3 matplotlib==3.1.1 -numpy==1.17.2 +numpy==1.22.0 pandas==0.25.1 pandasql==0.7.3 \ No newline at end of file