From 344eeaffd8e9c9472c8593c91cdef0930c70ffcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 00:11:40 +0000 Subject: [PATCH 1/2] build: bump the minimal group with 2 updates Bumps the minimal group with 2 updates: [numpy](https://github.com/numpy/numpy) and [psutil](https://github.com/giampaolo/psutil). Updates `numpy` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.2...v2.2.3) Updates `psutil` from 6.1.1 to 7.0.0 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.1...release-7.0.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minimal - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major 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 621c5daabb2..252037cbe4e 100644 --- a/minimum_requirements.txt +++ b/minimum_requirements.txt @@ -1,5 +1,5 @@ ansys-api-mapdl==0.5.2 -numpy==2.2.2 +numpy==2.2.3 platformdirs==4.3.6 -psutil==6.1.1 +psutil==7.0.0 pyansys-tools-versioning==0.6.0 \ No newline at end of file From 837150762441d151c521c23bc77e0487e573d398 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 14 Feb 2025 00:12:43 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3742.maintenance.md [dependabot-skip] --- doc/changelog.d/3742.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3742.maintenance.md diff --git a/doc/changelog.d/3742.maintenance.md b/doc/changelog.d/3742.maintenance.md new file mode 100644 index 00000000000..f6c510962f4 --- /dev/null +++ b/doc/changelog.d/3742.maintenance.md @@ -0,0 +1 @@ +build: bump the minimal group with 2 updates \ No newline at end of file