From 846f66ff34b45b5c9ae44e01d2dab7c725ae0c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 03:25:00 +0000 Subject: [PATCH] Bump pympipool from 0.7.14 to 0.7.15 Bumps [pympipool](https://github.com/pyiron/pympipool) from 0.7.14 to 0.7.15. - [Release notes](https://github.com/pyiron/pympipool/releases) - [Commits](https://github.com/pyiron/pympipool/compare/pympipool-0.7.14...pympipool-0.7.15) --- updated-dependencies: - dependency-name: pympipool dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb9e3f2..672b6dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "mpi4py==3.1.5", - "pympipool==0.7.14", + "pympipool==0.7.15", "numpy==1.26.4", ] dynamic = ["version"]