From fc372c04f3be493ad462c15668bee85d34b3da95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:36:11 +0000 Subject: [PATCH] Bump pympipool from 0.7.17 to 0.7.18 Bumps [pympipool](https://github.com/pyiron/pympipool) from 0.7.17 to 0.7.18. - [Release notes](https://github.com/pyiron/pympipool/releases) - [Commits](https://github.com/pyiron/pympipool/compare/pympipool-0.7.17...pympipool-0.7.18) --- 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 a95c74c..831d184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ remote = [ "tqdm==4.66.2", ] executor = [ - "pympipool==0.7.17", + "pympipool==0.7.18", "cloudpickle==3.0.0", ] twofactor = ["pyauthenticator==0.2.0"]