From 89c43077b7ddc360d0d0559c26db6d2d7a2a813b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:26:19 -0700 Subject: [PATCH] Bump numpy from 1.8.2 to 1.22.0 (#26) 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> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33aaeda..e353a8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,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