From 784f211df79d16aa0f9744e88750c4a61d4a2ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:06:07 +0000 Subject: [PATCH] Update StatsPlots requirement to 0.15.8 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 17599b5..fd6da4d 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -6,3 +6,6 @@ Optim = "429524aa-4258-5aef-a3af-852621145aeb" PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" + +[compat] +StatsPlots = "0.15.8"