From 9d9662c72f144f093d983005cbd277d0ca2dcc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 14:18:43 +0000 Subject: [PATCH] Bump scipy from 1.14.1 to 1.15.1 (#421) Bumps [scipy](https://github.com/scipy/scipy) from 1.14.1 to 1.15.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.1...v1.15.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f985f76a7..82ce59403 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ docs = [ 'pytest-sphinx==0.6.3', 'pyvista-xarray==0.1.7', 'pyvista[all]==0.44.2', - 'scipy==1.14.1', + 'scipy==1.15.1', 'sphinx-autobuild==2024.10.3', 'sphinx-book-theme==1.1.3', 'sphinx-copybutton==0.5.2',