From 1b9aeff3e7bb48a5d09cf313b6fef53e035f3059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 01:00:25 +0000 Subject: [PATCH 1/2] build: bump numpy from 2.1.3 to 2.2.0 in the minimal group Bumps the minimal group with 1 update: [numpy](https://github.com/numpy/numpy). Updates `numpy` from 2.1.3 to 2.2.0 - [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.1.3...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor 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 6548dd33be..14d5fe818e 100644 --- a/minimum_requirements.txt +++ b/minimum_requirements.txt @@ -1,5 +1,5 @@ ansys-api-mapdl==0.5.2 -numpy==2.1.3 +numpy==2.2.0 platformdirs==4.3.6 psutil==6.1.0 pyansys-tools-versioning==0.6.0 \ No newline at end of file From 74a7befecd1817aaebae05eeb55761269d34b9a9 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 01:01:46 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3619.maintenance.md [dependabot-skip] --- doc/changelog.d/3619.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3619.maintenance.md diff --git a/doc/changelog.d/3619.maintenance.md b/doc/changelog.d/3619.maintenance.md new file mode 100644 index 0000000000..a899238b0a --- /dev/null +++ b/doc/changelog.d/3619.maintenance.md @@ -0,0 +1 @@ +build: bump numpy from 2.1.3 to 2.2.0 in the minimal group \ No newline at end of file