From 653a3d0113151d7935a1916c2d6cdb67ec4fa4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:08:34 +0200 Subject: [PATCH] build: bump the minimal group with 2 updates (#3417) * build: bump the minimal group with 2 updates Bumps the minimal group with 2 updates: [numpy](https://github.com/numpy/numpy) and [platformdirs](https://github.com/tox-dev/platformdirs). Updates `numpy` from 2.0.0 to 2.1.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.0.0...v2.1.1) Updates `platformdirs` from 4.3.2 to 4.3.6 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.2...4.3.6) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minimal - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minimal ... Signed-off-by: dependabot[bot] * chore: adding changelog file 3417.maintenance.md --------- 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/3417.maintenance.md | 1 + minimum_requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/3417.maintenance.md diff --git a/doc/changelog.d/3417.maintenance.md b/doc/changelog.d/3417.maintenance.md new file mode 100644 index 0000000000..f6c510962f --- /dev/null +++ b/doc/changelog.d/3417.maintenance.md @@ -0,0 +1 @@ +build: bump the minimal group with 2 updates \ No newline at end of file diff --git a/minimum_requirements.txt b/minimum_requirements.txt index 866c4e8c4f..1220e74fd6 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.0.0 -platformdirs==4.3.2 +numpy==2.1.1 +platformdirs==4.3.6 psutil==6.0.0 pyansys-tools-versioning==0.6.0