From 63efa34feebed4d3192ba6a0593fd27b6100b782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 15:28:14 +0000 Subject: [PATCH 1/2] Bump pympipool from 0.8.3 to 0.8.4 Bumps [pympipool](https://github.com/pyiron/pympipool) from 0.8.3 to 0.8.4. - [Release notes](https://github.com/pyiron/pympipool/releases) - [Commits](https://github.com/pyiron/pympipool/compare/pympipool-0.8.3...pympipool-0.8.4) --- 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 fb8092c..2e8b6d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ remote = [ "tqdm==4.66.4", ] executor = [ - "pympipool==0.8.3", + "pympipool==0.8.4", "cloudpickle==3.0.0", ] twofactor = ["pyauthenticator==0.2.0"] From ff6d704e67eb6661206ab87d02b6fc4d74ec8a91 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Wed, 29 May 2024 15:28:30 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 617d6a3..14372d1 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,5 +8,5 @@ dependencies: - jinja2 =3.1.4 - paramiko =3.4.0 - tqdm =4.66.4 -- pympipool =0.8.3 +- pympipool =0.8.4 - cloudpickle =3.0.0 diff --git a/binder/environment.yml b/binder/environment.yml index f8067be..c7f01f3 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -8,7 +8,7 @@ dependencies: - jinja2 =3.1.4 - paramiko =3.4.0 - tqdm =4.66.4 -- pympipool =0.8.3 +- pympipool =0.8.4 - cloudpickle =3.0.0 - flux-core =0.59.0 - versioneer =0.28