From 6751839180770cb5a66c4a96481b04682e4be25f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 13:11:50 +0000 Subject: [PATCH] build(deps): 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...v3.1.1) --- updated-dependencies: - dependency-name: cloudpickle dependency-version: 3.1.1 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 b9f4bd5d34be7..137d0b857f659 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -6,7 +6,7 @@ pytest-rerunfailures ==12.0 pytest-random-order ==1.1.0 # needed in tests -cloudpickle >=1.3, <2.3.0 +cloudpickle >=1.3, <3.2.0 scikit-learn >0.22.1, <1.4.0 numpy >=1.17.2, <1.27.0 onnx >=1.12.0, <1.17.0