From 605aeb6aa63512f615c93b4966f7ce742949f34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 08:38:00 +0000 Subject: [PATCH 1/3] Bump bagofholding from 0.1.3 to 0.1.4 Bumps [bagofholding](https://github.com/pyiron/bagofholding) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/pyiron/bagofholding/releases) - [Commits](https://github.com/pyiron/bagofholding/compare/bagofholding-0.1.3...bagofholding-0.1.4) --- updated-dependencies: - dependency-name: bagofholding dependency-version: 0.1.4 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 3648ffa3..e74d51e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "bagofholding==0.1.3", + "bagofholding==0.1.4", "bidict==0.23.1", "cloudpickle==3.1.1", "executorlib==1.7.1", From 3ec11aa0363eb2dac7631d255cc8872b720a635b Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 29 Sep 2025 08:38:17 +0000 Subject: [PATCH 2/3] [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 d82f018a..34d6c271 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- bagofholding =0.1.3 +- bagofholding =0.1.4 - bidict =0.23.1 - cloudpickle =3.1.1 - executorlib =1.7.1 From 83d49b9ce3996d6db90e27a0b39a9b1e6ef58aa0 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 29 Sep 2025 08:38:32 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 2 +- docs/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index d82f018a..34d6c271 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- bagofholding =0.1.3 +- bagofholding =0.1.4 - bidict =0.23.1 - cloudpickle =3.1.1 - executorlib =1.7.1 diff --git a/docs/environment.yml b/docs/environment.yml index 2baa09e5..ce2831b6 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,7 +7,7 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- bagofholding =0.1.3 +- bagofholding =0.1.4 - bidict =0.23.1 - cloudpickle =3.1.1 - executorlib =1.7.1