From b5b77908015a43d9be2a47841431943f1d0d38b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 08:07:12 +0000 Subject: [PATCH] Update cloudpickle requirement from <=1.4.1,>=0.8 to >=0.8,<2.0.1 Updates the requirements on [cloudpickle](https://github.com/cloudpipe/cloudpickle) to permit the latest version. - [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/v0.8.0...v2.0.0) --- updated-dependencies: - dependency-name: cloudpickle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e27cd42e..9dff21df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ httplib2>=0.12.0 oauth2client>=4.0.0 tornado>=6.0.1 google-api-python-client>=1.7.8 -cloudpickle>=0.8,<=1.4.1 +cloudpickle>=0.8,<2.0.1 urllib3==1.24.2 boto3>=1.9.0 azure-storage-file>=2.1.0