From 45c3c694e7e6f7f9afc0b8f324953139741b5f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:23:30 +0000 Subject: [PATCH] Update Plots requirement to 1.41.7 in /docs Updates the requirements on [Plots](https://github.com/JuliaPlots/Plots.jl) to permit the latest version. - [Release notes](https://github.com/JuliaPlots/Plots.jl/releases) - [Changelog](https://github.com/JuliaPlots/Plots.jl/blob/v2/NEWS.md) - [Commits](https://github.com/JuliaPlots/Plots.jl/compare/Plots-v0.17.3...Plots-v1.41.7) --- updated-dependencies: - dependency-name: Plots dependency-version: 1.41.7 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 d05f091..0a4f711 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,5 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] Documenter = "1" +Plots = "1.41.7" RDatasets = "0.8.1"