From 9fc2c55f6bd6e54a3cba1ff90c6fc737b761483b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 29 Apr 2024 18:27:50 +0000
Subject: [PATCH] Bump pympipool from 0.7.17 to 0.8.1

Bumps [pympipool](https://github.com/pyiron/pympipool) from 0.7.17 to 0.8.1.
- [Release notes](https://github.com/pyiron/pympipool/releases)
- [Commits](https://github.com/pyiron/pympipool/compare/pympipool-0.7.17...pympipool-0.8.1)

---
updated-dependencies:
- dependency-name: pympipool
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 77c71770..b777006e 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@
         'matplotlib==3.8.4',
         'pyiron_base==0.8.2',
         'pyiron_contrib==0.1.16',
-        'pympipool==0.7.17',
+        'pympipool==0.8.1',
         'toposort==1.10',
         'typeguard==4.2.1',
     ],