From 5ccf6e24c47325ef94ae1aad77fcfd443825c9dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:48:47 +0000 Subject: [PATCH] Update Tables requirement to 1.12.1 in /test Updates the requirements on [Tables](https://github.com/JuliaData/Tables.jl) to permit the latest version. - [Release notes](https://github.com/JuliaData/Tables.jl/releases) - [Commits](https://github.com/JuliaData/Tables.jl/compare/v0.1.0...v1.12.1) --- updated-dependencies: - dependency-name: Tables dependency-version: 1.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 03961a6..59f9c8c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,4 +16,5 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" [compat] Pipe = "1.3.0" +Tables = "1.12.1" TimeZones = "1.22.2"