From 10ffb61f3c1acec968e6d88c3ccfde5ae15da83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 01:25:08 +0000 Subject: [PATCH] Bump scipy from 1.11.2 to 1.11.3 in /.github/workflows/etc Bumps [scipy](https://github.com/scipy/scipy) from 1.11.2 to 1.11.3. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.11.2...v1.11.3) --- 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..0e15bd4d27 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.3 # optional high performance paths numba==0.57.1; python_version == '3.9'