From 5269c1146927c1eb6f43eaa435097859f592539b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:52:20 +0000 Subject: [PATCH] Update StatsPlots requirement to 0.15.8 in /docs Updates the requirements on [StatsPlots](https://github.com/JuliaPlots/StatsPlots.jl) to permit the latest version. - [Release notes](https://github.com/JuliaPlots/StatsPlots.jl/releases) - [Changelog](https://github.com/JuliaPlots/StatsPlots.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaPlots/StatsPlots.jl/compare/v0.0.1...v0.15.8) --- updated-dependencies: - dependency-name: StatsPlots dependency-version: 0.15.8 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 f7330c6..5ede20b 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -17,3 +17,4 @@ CodecXz = "0.7.4" Documenter = "1.16.1" Latexify = "0.16.10" Plots = "1.41.3" +StatsPlots = "0.15.8"