From b787f7b461bf60d2f451cfb32c9a2f7a3ba4f05e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 13:08:01 +0000 Subject: [PATCH] Update DataFrames requirement to 1.8.1 in /docs Updates the requirements on [DataFrames](https://github.com/JuliaData/DataFrames.jl) to permit the latest version. - [Release notes](https://github.com/JuliaData/DataFrames.jl/releases) - [Changelog](https://github.com/JuliaData/DataFrames.jl/blob/main/NEWS.md) - [Commits](https://github.com/JuliaData/DataFrames.jl/compare/v0.0.0...v1.8.1) --- updated-dependencies: - dependency-name: DataFrames dependency-version: 1.8.1 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 5ede20b..854068c 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -14,6 +14,7 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" [compat] CodecXz = "0.7.4" +DataFrames = "1.8.1" Documenter = "1.16.1" Latexify = "0.16.10" Plots = "1.41.3"