From eed318baef5e0f8ef809361a4e4a4817d121f649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:05:30 +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 96207dd4..4f2f8fdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ "bidict==0.23.1", - "cloudpickle==3.0.0", + "cloudpickle==3.1.0", "executorlib==0.0.2", "graphviz==0.20.3", "pandas==2.2.3",