From f18fd20126b42530a0e9766fecdb66c91f2e1ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:26:35 +0000 Subject: [PATCH] Update CodecXz requirement to 0.7.4 in /docs Updates the requirements on [CodecXz](https://github.com/JuliaIO/CodecXz.jl) to permit the latest version. - [Release notes](https://github.com/JuliaIO/CodecXz.jl/releases) - [Commits](https://github.com/JuliaIO/CodecXz.jl/compare/v0.1.0...v0.7.4) --- updated-dependencies: - dependency-name: CodecXz dependency-version: 0.7.4 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 5126ebb..e658a65 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,4 +13,5 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" [compat] +CodecXz = "0.7.4" Documenter = "1.16.1"