From a38005d7a623df57516cafd673dcc9d9c1489cab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:19:44 +0000 Subject: [PATCH] Bump cloudpickle from 3.0.0 to 3.1.0 Bumps [cloudpickle](https://github.com/cloudpipe/cloudpickle) from 3.0.0 to 3.1.0. - [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/3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: cloudpickle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 943bae6..408db63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,5 +53,5 @@ attr = "pyiron_snippets.__version__" [project.optional-dependencies] tests = [ - "cloudpickle==3.0.0", + "cloudpickle==3.1.0", ] \ No newline at end of file