From 864b3102e7ac12de829c8b9d3fc1685d1d8566a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:41:50 +0000 Subject: [PATCH] Bump scipy from 1.6.3 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.6.3 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.6.3...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 515f34a..8304016 100644 --- a/requirements.txt +++ b/requirements.txt @@ -81,7 +81,7 @@ requests==2.25.1 # via acsploit (setup.py) scapy==2.4.5 # via acsploit (setup.py) -scipy==1.6.3 +scipy==1.10.0 # via acsploit (setup.py) six==1.16.0 # via python-utils