From 7ca8f00f318d5a62eef180b91c891af70b1705d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:00:32 +0000 Subject: [PATCH 1/2] build: bump scipy from 1.13.1 to 1.14.0 in the core group Bumps the core group with 1 update: [scipy](https://github.com/scipy/scipy). Updates `scipy` from 1.13.1 to 1.14.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.1...v1.14.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d4bedbe94..9b7b3f30b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ tests = [ "ansys-dpf-core==0.10.1", "autopep8==2.3.0", "matplotlib==3.9.0", - "scipy==1.13.1", + "scipy==1.14.0", "pandas==2.2.2", "pyiges[full]==0.3.1", "pytest==8.2.2", From 3e5e3c4c4a1efa2fb5affb267b64fba492fa7af8 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot Date: Tue, 25 Jun 2024 16:01:43 +0000 Subject: [PATCH 2/2] Adding changelog entry: 3213.dependencies.md --- doc/changelog.d/3213.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3213.dependencies.md diff --git a/doc/changelog.d/3213.dependencies.md b/doc/changelog.d/3213.dependencies.md new file mode 100644 index 0000000000..7dc726a750 --- /dev/null +++ b/doc/changelog.d/3213.dependencies.md @@ -0,0 +1 @@ +build: bump scipy from 1.13.1 to 1.14.0 in the core group \ No newline at end of file