From 7e9a406bbb2c5381d60b0b93a8156da7e3ba86a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:29:16 +0000 Subject: [PATCH] Update scipy requirement from ==1.13.* to ==1.14.* in /docker/main 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.13.0rc1...v1.14.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 6c8a8629e..92b6f5fc2 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -24,7 +24,7 @@ tzlocal == 5.2 types-PyYAML == 6.0.* requests == 2.32.* types-requests == 2.32.* -scipy == 1.13.* +scipy == 1.14.* norfair == 2.2.* setproctitle == 1.3.* ws4py == 0.5.*