From 1d6344cabe88cee2eea3b343034759d7b8446b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:40:34 +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: OptimKit dependency-version: 0.5.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DocumenterInterLinks dependency-version: 1.1.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 68ece85cd..e9dd8df74 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,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 aecf8003d..abdefaa17 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -10,4 +10,4 @@ TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec" [compat] Documenter = "1" -DocumenterInterLinks = "~1.0" +DocumenterInterLinks = "~1.0, 1.1"