From 54903b745ece1a57a815cea9a5018ceb83507824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 15:11:08 +0000 Subject: [PATCH] chore(deps): update UnicodePlots requirement to 3.8.1 in /docs Updates the requirements on [UnicodePlots](https://github.com/JuliaPlots/UnicodePlots.jl) to permit the latest version. - [Release notes](https://github.com/JuliaPlots/UnicodePlots.jl/releases) - [Changelog](https://github.com/JuliaPlots/UnicodePlots.jl/blob/main/CHANGELOG.md) - [Commits](https://github.com/JuliaPlots/UnicodePlots.jl/compare/v0.0.1...v3.8.1) --- updated-dependencies: - dependency-name: UnicodePlots dependency-version: 3.8.1 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 a2cf34c9..45b32537 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -15,3 +15,6 @@ XSPECModels = "e051c099-9e89-4e1f-aad2-39a4611ecf4d" [sources] SpectralFitting = {path = ".."} XSPECModels = {path = "../lib/XSPECModels"} + +[compat] +UnicodePlots = "3.8.1"