From aeff42576f1ef24e1e9f825147d2ac9419a37dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 01:07:02 +0000 Subject: [PATCH 1/2] Bump cloudpickle from 3.1.0 to 3.1.1 Bumps [cloudpickle](https://github.com/cloudpipe/cloudpickle) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/cloudpipe/cloudpickle/releases) - [Changelog](https://github.com/cloudpipe/cloudpickle/blob/master/CHANGES.md) - [Commits](https://github.com/cloudpipe/cloudpickle/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: cloudpickle 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 408db63..5e6216d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,5 +53,5 @@ attr = "pyiron_snippets.__version__" [project.optional-dependencies] tests = [ - "cloudpickle==3.1.0", + "cloudpickle==3.1.1", ] \ No newline at end of file From de91a8af13bd5255c0c23d562a060ebf96a79ac3 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 20 Jan 2025 01:07:16 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 6db2755..1780706 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,4 +1,4 @@ channels: - - conda-forge +- conda-forge dependencies: - - python >=3.9,<3.13 +- python >=3.9,<3.13