From b6b64fd2d02dc9ba238644a414b26a681fff14c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:34:03 +0000 Subject: [PATCH] Update Pickle requirement to 0.3.7 Updates the requirements on [Pickle](https://github.com/chengchingwen/Pickle.jl) to permit the latest version. - [Release notes](https://github.com/chengchingwen/Pickle.jl/releases) - [Commits](https://github.com/chengchingwen/Pickle.jl/compare/v0.3.0...v0.3.7) --- updated-dependencies: - dependency-name: Pickle dependency-version: 0.3.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index c3a69f9a..08bb5032 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,3 +12,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [sources] MLDatasets = {path = ".."} + +[compat] +Pickle = "0.3.7"