From 1b69b05e9b218f586d000c22eaaa2a881c1fa5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:16:38 +0000 Subject: [PATCH] build: bump importlib-metadata from 8.2.0 to 8.4.0 in the minimal group (#3366) * build: bump importlib-metadata from 8.2.0 to 8.4.0 in the minimal group Bumps the minimal group with 1 update: [importlib-metadata](https://github.com/python/importlib_metadata). Updates `importlib-metadata` from 8.2.0 to 8.4.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v8.2.0...v8.4.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minimal ... Signed-off-by: dependabot[bot] * chore: adding changelog file 3366.maintenance.md * Update the image cache --------- 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> Co-authored-by: pyansys-ci-bot --- doc/changelog.d/3366.maintenance.md | 1 + minimum_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/3366.maintenance.md diff --git a/doc/changelog.d/3366.maintenance.md b/doc/changelog.d/3366.maintenance.md new file mode 100644 index 0000000000..626e70478b --- /dev/null +++ b/doc/changelog.d/3366.maintenance.md @@ -0,0 +1 @@ +build: bump importlib-metadata from 8.2.0 to 8.4.0 in the minimal group \ No newline at end of file diff --git a/minimum_requirements.txt b/minimum_requirements.txt index 2dabc2d709..b7a3750652 100644 --- a/minimum_requirements.txt +++ b/minimum_requirements.txt @@ -1,5 +1,5 @@ ansys-api-mapdl==0.5.2 -importlib-metadata==8.2.0 +importlib-metadata==8.4.0 numpy==1.26.4 platformdirs==4.2.2 psutil==6.0.0