From d538f2d750e687036c1405e308874b16999ad431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 07:57:52 +0000 Subject: [PATCH] Update Literate requirement to 2.21.0 in /docs Updates the requirements on [Literate](https://github.com/fredrikekre/Literate.jl) to permit the latest version. - [Release notes](https://github.com/fredrikekre/Literate.jl/releases) - [Changelog](https://github.com/fredrikekre/Literate.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/fredrikekre/Literate.jl/compare/v0.1.0...v2.21.0) --- updated-dependencies: - dependency-name: Literate dependency-version: 2.21.0 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 89d1e73..71d17b5 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -9,3 +9,4 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] Documenter = "1.17.0" InferOpt = "0.7.2" +Literate = "2.21.0"