From f5cee3707eab63a8dcf065f27a48f28015c782b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 20:46:52 +0000 Subject: [PATCH] Update ScientificTypesBase requirement to 3.1.0 in /docs Updates the requirements on [ScientificTypesBase](https://github.com/JuliaAI/ScientificTypesBase.jl) to permit the latest version. - [Release notes](https://github.com/JuliaAI/ScientificTypesBase.jl/releases) - [Commits](https://github.com/JuliaAI/ScientificTypesBase.jl/compare/v1.0.0...v3.1.0) --- updated-dependencies: - dependency-name: ScientificTypesBase dependency-version: 3.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 8249f35..2f8739c 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -17,6 +17,7 @@ Distributions = "0.25" Documenter = "1" LossFunctions = "1" ScientificTypes = "3.2.0" +ScientificTypesBase = "3.1.0" StatisticalMeasuresBase = "0.1" Tables = "1.10" julia = "1"