From 20bc47ecabe659ffe83e3cc88c560091882473aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:31:17 +0300 Subject: [PATCH] Bump scipy from 1.14.0 to 1.14.1 in /.github/workflows/etc (#3132) Bumps [scipy](https://github.com/scipy/scipy) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 cc1d673ce5..edcb2db924 100644 --- a/.github/workflows/etc/requirements.txt +++ b/.github/workflows/etc/requirements.txt @@ -4,7 +4,7 @@ numpy; python_version == '3.12' numpy~=1.24.0; python_version == '3.10' # image testing -scipy==1.14.0 +scipy==1.14.1 # optional high performance paths numba==0.60.0; python_version == '3.10'