From 8631d7d5907b0146072bce59686b51af452f2bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:29:31 +0000 Subject: [PATCH] Bump pympipool from 0.8.0 to 0.8.1 Bumps [pympipool](https://github.com/pyiron/pympipool) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/pyiron/pympipool/releases) - [Commits](https://github.com/pyiron/pympipool/compare/pympipool-0.8.0...pympipool-0.8.1) --- 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 19fc5991f..be72fa1a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pint==0.23", "psutil==5.9.8", "pyfileindex==0.0.24", - "pympipool==0.8.0", + "pympipool==0.8.1", "pysqa==0.1.19", "sqlalchemy==2.0.29", "tables==3.9.2",