From 59dfa3d95b59dd4e137ebc65af4d59ec3483070b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:26:11 -0700 Subject: [PATCH] Bump numpy from 1.8.2 to 1.22.0 in /book (#27) Bumps [numpy](https://github.com/numpy/numpy) from 1.8.2 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.8.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- book/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/requirements.txt b/book/requirements.txt index 69a3f35..201010e 100644 --- a/book/requirements.txt +++ b/book/requirements.txt @@ -7,7 +7,7 @@ graphviz==0.4.2 ipython==0.13.2 matplotlib==1.3.1 nose==1.3.0 -numpy==1.8.2 +numpy==1.22.0 scapy==2.4.1 scikit-learn==0.14.1 scipy==0.12.1 \ No newline at end of file