From b226cf1d0df665b7612f2a4fd301c44a90c0ebcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 01:14:54 +0000 Subject: [PATCH] Update MLJTransforms requirement to 0.1.7 in /docs Updates the requirements on [MLJTransforms](https://github.com/JuliaAI/MLJTransforms.jl) to permit the latest version. - [Release notes](https://github.com/JuliaAI/MLJTransforms.jl/releases) - [Commits](https://github.com/JuliaAI/MLJTransforms.jl/compare/v0.1.0...v0.1.7) --- updated-dependencies: - dependency-name: MLJTransforms dependency-version: 0.1.7 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 53c0411..1b9b829 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -6,3 +6,4 @@ MLJTransforms = "23777cdb-d90c-4eb0-a694-7c2b83d5c1d6" [compat] MLJFlux = "0.6.6" Documenter = "1" +MLJTransforms = "0.1.7"