From edb528d6e1860cc0f58e03faf8f1e11c2f50328a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:47:15 +0000 Subject: [PATCH 1/2] maint: bump ansys-mapdl-core from 0.70.2 to 0.71.0 Bumps [ansys-mapdl-core](https://github.com/ansys/pymapdl) from 0.70.2 to 0.71.0. - [Release notes](https://github.com/ansys/pymapdl/releases) - [Changelog](https://github.com/ansys/pymapdl/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pymapdl/compare/v0.70.2...v0.71.0) --- updated-dependencies: - dependency-name: ansys-mapdl-core dependency-version: 0.71.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5df5f60a..453d03b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "ansys-mapdl-core==0.70.2", + "ansys-mapdl-core==0.71.0", "numpy==2.2.6", "scipy==1.15.3", "pyansys-tools-report==0.8.2", From 06459f0d2732e40a4cfc3b33406ff998ec938513 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:49:07 +0000 Subject: [PATCH 2/2] chore: adding changelog file 548.miscellaneous.md [dependabot-skip] --- doc/changelog.d/548.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/548.miscellaneous.md diff --git a/doc/changelog.d/548.miscellaneous.md b/doc/changelog.d/548.miscellaneous.md new file mode 100644 index 00000000..cec2f41a --- /dev/null +++ b/doc/changelog.d/548.miscellaneous.md @@ -0,0 +1 @@ +Maint: bump ansys-mapdl-core from 0.70.2 to 0.71.0