From b36e3bbb51aa1d548ef1d90685e2e51786450996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:48:23 +0000 Subject: [PATCH 1/2] Bump pympipool from 0.7.5 to 0.7.9 Bumps [pympipool](https://github.com/pyiron/pympipool) from 0.7.5 to 0.7.9. - [Release notes](https://github.com/pyiron/pympipool/releases) - [Commits](https://github.com/pyiron/pympipool/compare/pympipool-0.7.5...pympipool-0.7.9) --- 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 7293e2d..3ae3969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ remote = [ "tqdm==4.66.1", ] executor = [ - "pympipool==0.7.5", + "pympipool==0.7.9", "cloudpickle==3.0.0", ] From f13867ce98bb4a53c665a4bef99bd51ea72417e7 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 27 Nov 2023 15:49:33 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 222aa92..5ef9f55 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,5 +8,5 @@ dependencies: - jinja2 =3.1.2 - paramiko =3.3.1 - tqdm =4.66.1 - - pympipool =0.7.5 + - pympipool =0.7.9 - cloudpickle =3.0.0