From 4d730f692715ca2ecaa8c7b5b5bb2c76ad38585d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 20:13:31 +0000 Subject: [PATCH] Update dill requirement in /sdks/python Updates the requirements on [dill](https://github.com/uqfoundation/dill) to permit the latest version. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](https://github.com/uqfoundation/dill/compare/dill-0.3.1.1...dill-0.3.6) --- updated-dependencies: - dependency-name: dill dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 8017c1b692a7..b9b371cd6884 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -216,7 +216,7 @@ def get_portability_package_data(): # using older version of dill. It is best to use the same version of # dill on client and server, therefore list of allowed versions is very # narrow. See: https://github.com/uqfoundation/dill/issues/341. - 'dill>=0.3.1.1,<0.3.2', + 'dill>=0.3.1.1,<0.3.7', # It is prudent to use the same version of pickler at job submission # and at runtime, therefore bounds need to be tight. # To avoid depending on an old dependency, update the minor version on