From 0b2637f2912d8ca048ab252eb7bd69745348c2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 09:10:42 +0000 Subject: [PATCH 1/2] build: bump the minimal group across 1 directory with 2 updates Bumps the minimal group with 2 updates in the / directory: [psutil](https://github.com/giampaolo/psutil) and [pyansys-tools-versioning](https://github.com/ansys/pyansys-tools-versioning). Updates `psutil` from 7.1.1 to 7.1.3 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.1...release-7.1.3) Updates `pyansys-tools-versioning` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/ansys/pyansys-tools-versioning/releases) - [Commits](https://github.com/ansys/pyansys-tools-versioning/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minimal - dependency-name: pyansys-tools-versioning dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minimal ... Signed-off-by: dependabot[bot] --- minimum_requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minimum_requirements.txt b/minimum_requirements.txt index 8fb5b24b527..580016c1b18 100644 --- a/minimum_requirements.txt +++ b/minimum_requirements.txt @@ -1,5 +1,5 @@ ansys-api-mapdl==0.5.2 numpy==2.2.6 platformdirs==4.5.0 -psutil==7.1.1 -pyansys-tools-versioning==0.6.0 \ No newline at end of file +psutil==7.1.3 +pyansys-tools-versioning==0.7.0 \ No newline at end of file From fe8b46876f5f2f920291e2d02f03ce3b3f62c4f1 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 27 Nov 2025 09:11:54 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4301.dependencies.md [dependabot-skip] --- doc/changelog.d/4301.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4301.dependencies.md diff --git a/doc/changelog.d/4301.dependencies.md b/doc/changelog.d/4301.dependencies.md new file mode 100644 index 00000000000..fc73adca131 --- /dev/null +++ b/doc/changelog.d/4301.dependencies.md @@ -0,0 +1 @@ +Bump the minimal group across 1 directory with 2 updates