From 533f90c2d4efcc1bc334007030968a1afa1bcefe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:33:37 +0000 Subject: [PATCH 1/2] build: bump importlib-metadata from 7.2.1 to 8.0.0 in the minimal group Bumps the minimal group with 1 update: [importlib-metadata](https://github.com/python/importlib_metadata). Updates `importlib-metadata` from 7.2.1 to 8.0.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/v7.2.1...v8.0.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-major 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 e22a9da66a..c31335b6eb 100644 --- a/minimum_requirements.txt +++ b/minimum_requirements.txt @@ -1,5 +1,5 @@ ansys-api-mapdl==0.5.1 -importlib-metadata==7.2.1 +importlib-metadata==8.0.0 numpy==1.26.4 platformdirs==4.2.2 psutil==6.0.0 From bdb0eecaa7c0f7c4a5802a8af13ddf7b564904c5 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot Date: Fri, 28 Jun 2024 00:34:59 +0000 Subject: [PATCH 2/2] Adding changelog entry: 3229.dependencies.md --- doc/changelog.d/3229.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3229.dependencies.md diff --git a/doc/changelog.d/3229.dependencies.md b/doc/changelog.d/3229.dependencies.md new file mode 100644 index 0000000000..a84499e3a4 --- /dev/null +++ b/doc/changelog.d/3229.dependencies.md @@ -0,0 +1 @@ +build: bump importlib-metadata from 7.2.1 to 8.0.0 in the minimal group \ No newline at end of file