From 766598e9f69714784fe842b6590bfddf6f66b900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 11:10:59 +0000 Subject: [PATCH] Update scipy requirement from ==1.8.* to ==1.10.* Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.8.0rc1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-wheels.txt b/requirements-wheels.txt index 094059c2f..06781b78b 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -16,7 +16,7 @@ tzlocal == 4.2 types-PyYAML == 6.0.* requests == 2.28.* types-requests == 2.28.* -scipy == 1.8.* +scipy == 1.10.* setproctitle == 1.3.* ws4py == 0.5.* zeroconf == 0.47.*