From f0a1ad1905ac1bb092514707c7c3cdb77376cfbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:15:47 +0000 Subject: [PATCH] Bump scipy from 1.11.2 to 1.11.4 in /.github/workflows/etc Bumps [scipy](https://github.com/scipy/scipy) from 1.11.2 to 1.11.4. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.11.2...v1.11.4) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/etc/requirements.txt b/.github/workflows/etc/requirements.txt index b48d2b6484..8b98e85290 100644 --- a/.github/workflows/etc/requirements.txt +++ b/.github/workflows/etc/requirements.txt @@ -4,7 +4,7 @@ numpy; python_version == '3.11' numpy~=1.22.0; python_version == '3.9' # image testing -scipy==1.11.2 +scipy==1.11.4 # optional high performance paths numba==0.57.1; python_version == '3.9'