From f98ccbec61c72b56076cfa9c4c2e10fad22e2bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 02:23:52 +0000 Subject: [PATCH] Update Tables requirement to 1.13.0 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/v1.0.0...v1.13.0) --- updated-dependencies: - dependency-name: Tables dependency-version: 1.13.0 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 3f088776..e43a7198 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,3 +12,4 @@ TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a" [compat] PyCall = "1" +Tables = "1.13.0"