From 2c2a9b1725348ba6da6163faabb94680e6223f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:20:16 +0000 Subject: [PATCH] Bump numpy from 1.9.3 to 1.22.0 in /material Bumps [numpy](https://github.com/numpy/numpy) from 1.9.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.9.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- material/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/material/requirements.txt b/material/requirements.txt index b949b46..98d55ea 100644 --- a/material/requirements.txt +++ b/material/requirements.txt @@ -20,7 +20,7 @@ nbconvert==4.0.0 nbformat==4.0.0 nose==1.3.7 notebook==5.7.8 -numpy==1.9.3 +numpy==1.22.0 pandas==0.16.2 path.py==8.1.1 pbr==1.8.0