From a601856b9ca0df20453c5844c27f11d886367705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 13:47:43 +0000 Subject: [PATCH] Update Bigleaf requirement to 0.3.1 in /docs Updates the requirements on [Bigleaf](https://github.com/EarthyScience/Bigleaf.jl) to permit the latest version. - [Release notes](https://github.com/EarthyScience/Bigleaf.jl/releases) - [Changelog](https://github.com/EarthyScience/Bigleaf.jl/blob/main/NEWS.md) - [Commits](https://github.com/EarthyScience/Bigleaf.jl/compare/v0.1.0...v0.3.1) --- updated-dependencies: - dependency-name: Bigleaf dependency-version: 0.3.1 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 46b6fe2..0391903 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,6 +13,7 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" [compat] +Bigleaf = "0.3.1" CodecXz = "0.7.4" DataFrames = "1.8.1" Documenter = "1.16.1"