From 0a0e41d1c3b390266d9b4aa1bfb54d7b6bed5915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 00:02:31 +0000 Subject: [PATCH 1/2] build: bump psutil from 7.1.1 to 7.1.2 in the minimal group Bumps the minimal group with 1 update: [psutil](https://github.com/giampaolo/psutil). Updates `psutil` from 7.1.1 to 7.1.2 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.1...release-7.1.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minimal ... Signed-off-by: dependabot[bot] --- minimum_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimum_requirements.txt b/minimum_requirements.txt index 8fb5b24b527..75193f71844 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 +psutil==7.1.3 pyansys-tools-versioning==0.6.0 \ No newline at end of file From 4652791f0ca28140cf2e6dae2eb4306430fecb7c Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 7 Nov 2025 00:03:31 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4287.dependencies.md [dependabot-skip] --- doc/changelog.d/4287.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4287.dependencies.md diff --git a/doc/changelog.d/4287.dependencies.md b/doc/changelog.d/4287.dependencies.md new file mode 100644 index 00000000000..c6685930f23 --- /dev/null +++ b/doc/changelog.d/4287.dependencies.md @@ -0,0 +1 @@ +Bump psutil from 7.1.1 to 7.1.2 in the minimal group