From 80dfe9962a0b40dc109d7184137e5fdd79297e92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 13:09:20 +0000 Subject: [PATCH] Update DataFrames requirement to 1.8.1 in /test 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] --- test/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index 519cbc4..b3a4c06 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,3 +13,6 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" + +[compat] +DataFrames = "1.8.1"