From dec57e92b768d3bbac9f8e9d31b45ec5e7941376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:54:57 +0000 Subject: [PATCH] Update StructuralSearchModels requirement to 0.1.0 in /docs Updates the requirements on [StructuralSearchModels](https://github.com/rgreminger/StructuralSearchModels.jl) to permit the latest version. - [Commits](https://github.com/rgreminger/StructuralSearchModels.jl/compare/v0.1.0...v0.1.0) --- updated-dependencies: - dependency-name: StructuralSearchModels dependency-version: 0.1.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 c973a57..71058a3 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,4 +13,5 @@ DataFrames = "1.8" Distributions = "0.25" Documenter = "1.17" LiveServer = "1.5" +StructuralSearchModels = "0.1.0" julia = "1.10, 1.11, 1.12"