From 1bb7818d7adb404446203949dcfcef6f7f472a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:00:51 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 3 updates Updates the requirements on [Catalyst](https://github.com/SciML/Catalyst.jl), [Documenter](https://github.com/JuliaDocs/Documenter.jl) and [Example](https://github.com/JuliaLang/Example.jl) to permit the latest version. Updates `Catalyst` to 16.2.0 - [Release notes](https://github.com/SciML/Catalyst.jl/releases) - [Changelog](https://github.com/SciML/Catalyst.jl/blob/master/HISTORY.md) - [Commits](https://github.com/SciML/Catalyst.jl/compare/v0.0.1...v16.2.0) Updates `Documenter` to 1.17.0 - [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) Updates `Example` to 0.5.5 - [Release notes](https://github.com/JuliaLang/Example.jl/releases) - [Commits](https://github.com/JuliaLang/Example.jl/compare/v0.0.1...v0.5.5) --- updated-dependencies: - dependency-name: Catalyst dependency-version: 16.2.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Documenter dependency-version: 1.17.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Example dependency-version: 0.5.5 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 78ffc94..1831030 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,3 +3,8 @@ Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83" CatalystNetworkAnalysis = "5fe4a9df-d2e2-44a6-8bda-0abe10269b5a" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Example = "7876af07-990d-54b4-ab0e-23690620f79a" + +[compat] +Catalyst = "16.2.0" +Documenter = "1.17.0" +Example = "0.5.5"