From f431538835f9dfe367e7b6c33db3a2e5c1f44016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 00:01:46 +0000 Subject: [PATCH 1/2] build: bump platformdirs from 4.3.8 to 4.4.0 in the minimal group Bumps the minimal group with 1 update: [platformdirs](https://github.com/tox-dev/platformdirs). Updates `platformdirs` from 4.3.8 to 4.4.0 - [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.8...4.4.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.4.0 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 1a05b503ba4..8e79206b883 100644 --- a/minimum_requirements.txt +++ b/minimum_requirements.txt @@ -1,5 +1,5 @@ ansys-api-mapdl==0.5.2 numpy==2.2.6 -platformdirs==4.3.8 +platformdirs==4.4.0 psutil==7.0.0 pyansys-tools-versioning==0.6.0 \ No newline at end of file From ec7f1d584da726737bc29cb47bcd6e928742c336 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 12 Sep 2025 00:03:24 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4217.dependencies.md [dependabot-skip] --- doc/changelog.d/4217.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4217.dependencies.md diff --git a/doc/changelog.d/4217.dependencies.md b/doc/changelog.d/4217.dependencies.md new file mode 100644 index 00000000000..16316a9c6ac --- /dev/null +++ b/doc/changelog.d/4217.dependencies.md @@ -0,0 +1 @@ +Bump platformdirs from 4.3.8 to 4.4.0 in the minimal group