From 52a775aa82aaf9ff3799eb8be69f8037d20f242a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 00:59:46 +0000 Subject: [PATCH 1/2] build: bump numpy from 2.1.1 to 2.1.2 in the minimal group Bumps the minimal group with 1 update: [numpy](https://github.com/numpy/numpy). Updates `numpy` from 2.1.1 to 2.1.2 - [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.1...v2.1.2) --- updated-dependencies: - dependency-name: numpy 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 1220e74fd6..0f95558e27 100644 --- a/minimum_requirements.txt +++ b/minimum_requirements.txt @@ -1,6 +1,6 @@ ansys-api-mapdl==0.5.2 importlib-metadata==8.5.0 -numpy==2.1.1 +numpy==2.1.2 platformdirs==4.3.6 psutil==6.0.0 pyansys-tools-versioning==0.6.0 From ffcfac468c055186594db1c62afbf0482427d59f Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 11 Oct 2024 01:01:09 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3476.maintenance.md [dependabot-skip] --- doc/changelog.d/3476.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3476.maintenance.md diff --git a/doc/changelog.d/3476.maintenance.md b/doc/changelog.d/3476.maintenance.md new file mode 100644 index 0000000000..57844d8fc5 --- /dev/null +++ b/doc/changelog.d/3476.maintenance.md @@ -0,0 +1 @@ +build: bump numpy from 2.1.1 to 2.1.2 in the minimal group \ No newline at end of file