From 799370ce7cad746439b969267ea2dac40de6d2b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:09:52 +0000 Subject: [PATCH] Bump numpy from 1.17.1 to 1.22.0 in /Chapter11/app Bumps [numpy](https://github.com/numpy/numpy) from 1.17.1 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.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Chapter11/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter11/app/requirements.txt b/Chapter11/app/requirements.txt index 5b5a84c..0728d48 100644 --- a/Chapter11/app/requirements.txt +++ b/Chapter11/app/requirements.txt @@ -17,7 +17,7 @@ importlib-metadata==0.6 imutils==0.5.2 incremental==17.5.0 intervaltree==3.0.2 -numpy==1.17.1 +numpy==1.22.0 numpydoc==0.8.0 oauth2client==4.1.3 olefile==0.46