From 93bb4ccb39e373866c8fba1eb1ecd904a6794989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 20:15:48 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [OptimKit](https://github.com/Jutho/OptimKit.jl) and [DocumenterInterLinks](https://github.com/JuliaDocs/DocumenterInterLinks.jl) to permit the latest version. Updates `OptimKit` to 0.5.0 - [Release notes](https://github.com/Jutho/OptimKit.jl/releases) - [Commits](https://github.com/Jutho/OptimKit.jl/compare/v0.4.0...v0.5.0) Updates `DocumenterInterLinks` to 1.1.0 - [Release notes](https://github.com/JuliaDocs/DocumenterInterLinks.jl/releases) - [Changelog](https://github.com/JuliaDocs/DocumenterInterLinks.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaDocs/DocumenterInterLinks.jl/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: DocumenterInterLinks dependency-version: 1.1.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OptimKit dependency-version: 0.5.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- docs/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 77f66c9ce..2d8a56895 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ MPSKit = "0.13.9" MPSKitModels = "0.4" MatrixAlgebraKit = "0.6.5" OhMyThreads = "0.7, 0.8" -OptimKit = "0.4" +OptimKit = "0.4, 0.5" Printf = "1" Random = "1" Statistics = "1" diff --git a/docs/Project.toml b/docs/Project.toml index e8d21f68b..12e71b8e5 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -11,4 +11,4 @@ TensorKitTensors = "41b62e7d-e9d1-4e23-942c-79a97adf954b" [compat] Documenter = "1" -DocumenterInterLinks = "~1.0" +DocumenterInterLinks = "~1.0, 1.1"