From c56c5b8df95a40575402e4a7dda3acb870b4669b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:24:59 +0100 Subject: [PATCH] Bump scipy from 1.11.3 to 1.11.4 (#2544) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4dac6b5717..b07b5375e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ tests = [ "ansys-dpf-core==0.10.0", "autopep8==2.0.4", "matplotlib==3.8.2", - "scipy==1.11.3", + "scipy==1.11.4", "pandas==2.1.3", "pyiges[full]==0.3.1", "pytest==7.4.3",