From 95d5ccb2976e1b10e505e4418366907750115d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 05:17:03 +0000 Subject: [PATCH] Update cloudpickle requirement from <=2.1.0,>=1.3 to >=1.3,<2.3.0 in /requirements (#15840) Update cloudpickle requirement in /requirements 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/v1.3.0...v2.2.0) --- updated-dependencies: - dependency-name: cloudpickle dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/pytorch/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/test.txt b/requirements/pytorch/test.txt index 537c897620229..acb3c4b970e6e 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -7,7 +7,7 @@ pytest-rerunfailures==10.2 pre-commit==2.20.0 # needed in tests -cloudpickle>=1.3, <=2.1.0 +cloudpickle>=1.3, <2.3.0 scikit-learn>0.22.1, <1.1.3 onnxruntime<1.14.0 psutil<5.9.4 # for `DeviceStatsMonitor`