From 14a382dba5060fc0d52b232b424ed0f47be4d29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 01:42:16 +0000 Subject: [PATCH] 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] --- 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`