From 4eab9ff91b21203580c6a92fd24dec49a52ac1d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:46:14 +0000 Subject: [PATCH] build: bump scipy from 1.14.1 to 1.15.0 (#1612) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/1612.dependencies.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/1612.dependencies.md diff --git a/doc/changelog.d/1612.dependencies.md b/doc/changelog.d/1612.dependencies.md new file mode 100644 index 0000000000..acf0573c8a --- /dev/null +++ b/doc/changelog.d/1612.dependencies.md @@ -0,0 +1 @@ +bump scipy from 1.14.1 to 1.15.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f4e0264651..a3064e0a40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ tests = [ "pytest-xvfb==3.0.0", "pyvista[jupyter]==0.44.2", "requests==2.32.3", - "scipy==1.14.1", + "scipy==1.15.0", "semver==3.0.2", "six==1.17.0", "vtk==9.3.1", @@ -98,7 +98,7 @@ doc = [ "protobuf==5.28.3", "pyvista[jupyter]==0.44.2", "requests==2.32.3", - "scipy==1.14.1", + "scipy==1.15.0", "semver==3.0.2", "six==1.17.0", "sphinx==8.1.3",