From aaf576394ef9acbcbfbf6ef9121fc2a5d4ef7bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:41:25 +0000 Subject: [PATCH] CI: (deps): Bump scipy from 1.11.3 to 1.13.0 in /ci Bumps [scipy](https://github.com/scipy/scipy) from 1.11.3 to 1.13.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.11.3...v1.13.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 3ab6d743b53..24894a6f539 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -4,6 +4,6 @@ pandas==2.1.3 pooch==1.8.0 pint==0.22 pyproj==3.6.1 -scipy==1.11.3 +scipy==1.13.0 traitlets==5.13.0 xarray==2023.10.1