From 35fa16dc356737034a1c834e201f3a2a31787b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:36:39 +0000 Subject: [PATCH] Update MLJWrappers requirement to 0.1.3 in /docs Updates the requirements on [MLJWrappers](https://github.com/JuliaAI/MLJWrappers.jl) to permit the latest version. - [Release notes](https://github.com/JuliaAI/MLJWrappers.jl/releases) - [Commits](https://github.com/JuliaAI/MLJWrappers.jl/compare/v0.1.0...v0.1.3) --- updated-dependencies: - dependency-name: MLJWrappers dependency-version: 0.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 4982246..391e198 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,4 +4,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" [compat] Documenter = "1" +MLJWrappers = "0.1.3" julia = "1"