From 6dfa1a9b5845baf26abff449ef19f94b3e7337be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:11:38 +0000 Subject: [PATCH] Bump scipy from 1.5.0 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.5.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.5.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index daa7246..e6ec681 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.21 wxPython==4.1.0 -scipy==1.5.0 +scipy==1.10.0 matplotlib==3.2.2 openpyxl==3.0.3 pyautogui==0.9.50 diff --git a/setup.cfg b/setup.cfg index 9f4d860..4d88257 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ include_package_data = True install_requires = numpy==1.18.5 wxPython==4.1.0 - scipy==1.5.0 + scipy==1.10.0 matplotlib==3.2.2 openpyxl==3.0.3 aenum==2.2.3