From 0178cae8c22eb3a420e6f8715cab9155a7847d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:31:05 +0000 Subject: [PATCH] build(deps-dev): bump scipy from 1.11.3 to 1.11.4 Bumps [scipy](https://github.com/scipy/scipy) from 1.11.3 to 1.11.4. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.11.3...v1.11.4) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1575959e..f2473e8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ tests = [ "ansys-mapdl-core==0.67.0", "numpy==1.26.1", - "scipy==1.11.3", + "scipy==1.11.4", "pyansys-tools-report==0.7.0", "pytest==7.4.3", "pytest-cov==4.1.0", @@ -57,7 +57,7 @@ doc = [ "pypandoc==1.12", "pytest-sphinx==0.5.0", "pyvista[jupyter,trame]==0.42.3", - "scipy==1.11.3", + "scipy==1.11.4", "sphinx-autobuild==2021.3.14", "sphinx-autodoc-typehints==1.25.2", "sphinx-copybutton==0.5.2",