From 2e48b2407122903175d67800212eb248c81c4dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:45:35 +0000 Subject: [PATCH 1/2] build: bump scipy from 1.14.1 to 1.15.0 in the core group Bumps the core group with 1 update: [scipy](https://github.com/scipy/scipy). Updates `scipy` from 1.14.1 to 1.15.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.1...v1.15.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 1c4993b526..d486c5bac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ tests = [ "pytest-rerunfailures==15.0", "pytest-timeout==2.3.1", "pytest==8.3.4", - "scipy==1.14.1", + "scipy==1.15.0", "vtk==9.3.1", ] doc = [ From 55ceb6aec79abfe95bf4539f77992ab433f3dc6c Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:46:41 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3646.dependencies.md [dependabot-skip] --- doc/changelog.d/3646.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3646.dependencies.md diff --git a/doc/changelog.d/3646.dependencies.md b/doc/changelog.d/3646.dependencies.md new file mode 100644 index 0000000000..b8d64562a8 --- /dev/null +++ b/doc/changelog.d/3646.dependencies.md @@ -0,0 +1 @@ +build: bump scipy from 1.14.1 to 1.15.0 in the core group \ No newline at end of file