From a00a2d3ee50791e49485289105f759c96672c345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:34:12 +0000 Subject: [PATCH] Update Documenter requirement to 1.17.0 Updates the requirements on [Documenter](https://github.com/JuliaDocs/Documenter.jl) to permit the latest version. - [Release notes](https://github.com/JuliaDocs/Documenter.jl/releases) - [Changelog](https://github.com/JuliaDocs/Documenter.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaDocs/Documenter.jl/compare/v0.1.0...v1.17.0) --- updated-dependencies: - dependency-name: Documenter dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index cf5ee8fb..029cb423 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,4 +3,7 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458" [sources] -MLDatasets = {path = ".."} \ No newline at end of file +MLDatasets = {path = ".."} + +[compat] +Documenter = "1.17.0"