From a21c46f6cdd8b32726aa5cc3bf6498e3dc45dfb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:52:46 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 in /MakeYourOwnPythonWheel Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 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.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- MakeYourOwnPythonWheel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakeYourOwnPythonWheel/requirements.txt b/MakeYourOwnPythonWheel/requirements.txt index 1e2ef9f..8ff85e3 100644 --- a/MakeYourOwnPythonWheel/requirements.txt +++ b/MakeYourOwnPythonWheel/requirements.txt @@ -6,7 +6,7 @@ ipywidgets Jinja2 nbconvert networkx -numpy==1.15.4 +numpy==1.22.0 pandas Pillow==5.2.0 pydot==1.4.1