From 25b0cfca4bd2d16e3762a977216f690f55d379f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:21:24 +0000 Subject: [PATCH] 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 | 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",