From 9bd9c22e4b25288cc41332a53c2de293b3e9c249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:24:12 +0100 Subject: [PATCH] build: bump the minimal group across 1 directory with 2 updates (#3632) * build: bump the minimal group across 1 directory with 2 updates Bumps the minimal group with 2 updates in the / directory: [numpy](https://github.com/numpy/numpy) and [psutil](https://github.com/giampaolo/psutil). Updates `numpy` from 2.2.0 to 2.2.1 - [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.0...v2.2.1) Updates `psutil` from 6.1.0 to 6.1.1 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.0...release-6.1.1) --- 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-patch dependency-group: minimal ... Signed-off-by: dependabot[bot] * chore: adding changelog file 3632.maintenance.md [dependabot-skip] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/3632.maintenance.md | 1 + minimum_requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/3632.maintenance.md diff --git a/doc/changelog.d/3632.maintenance.md b/doc/changelog.d/3632.maintenance.md new file mode 100644 index 0000000000..41dcf4e505 --- /dev/null +++ b/doc/changelog.d/3632.maintenance.md @@ -0,0 +1 @@ +build: bump the minimal group across 1 directory with 2 updates \ No newline at end of file diff --git a/minimum_requirements.txt b/minimum_requirements.txt index 14d5fe818e..fda055b768 100644 --- a/minimum_requirements.txt +++ b/minimum_requirements.txt @@ -1,5 +1,5 @@ ansys-api-mapdl==0.5.2 -numpy==2.2.0 +numpy==2.2.1 platformdirs==4.3.6 -psutil==6.1.0 +psutil==6.1.1 pyansys-tools-versioning==0.6.0 \ No newline at end of file