From e18eb620e2e3d7b6f7c422d44b2f65b6185cbb0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:28:44 +0000 Subject: [PATCH] Bump numpy from 1.15.0 to 1.22.0 in /lib/cuckoo/common/graphs/binGraph Bumps [numpy](https://github.com/numpy/numpy) from 1.15.0 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.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/cuckoo/common/graphs/binGraph/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 lib/cuckoo/common/graphs/binGraph/requirements.txt diff --git a/lib/cuckoo/common/graphs/binGraph/requirements.txt b/lib/cuckoo/common/graphs/binGraph/requirements.txt old mode 100755 new mode 100644 index 7c4e16444..dedc32561 --- a/lib/cuckoo/common/graphs/binGraph/requirements.txt +++ b/lib/cuckoo/common/graphs/binGraph/requirements.txt @@ -1,5 +1,5 @@ matplotlib==2.2.2 -numpy==1.15.0 +numpy==1.22.0 six==1.11.0 statistics==1.0.3.5 lief==0.9.0 \ No newline at end of file