From 0b62cbde53cc1556b813f32548d516c26e352c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:05:16 +0000 Subject: [PATCH] Update XLSX requirement from 0.7, 0.8, 0.9, 0.10, 0.11 to 0.7, 0.8, 0.9, 0.10, 0.11, 0.12 Updates the requirements on [XLSX](https://github.com/JuliaData/XLSX.jl) to permit the latest version. - [Release notes](https://github.com/JuliaData/XLSX.jl/releases) - [Changelog](https://github.com/JuliaData/XLSX.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaData/XLSX.jl/commits/v0.12.0) --- updated-dependencies: - dependency-name: XLSX dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9cb2c84..76c4897 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ OrderedCollections = "1.4, 2.0" PrettyTables = "3" SHA = "0.7, 1" Tables = "1" -XLSX = "0.7, 0.8, 0.9, 0.10, 0.11" +XLSX = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12" julia = "1.10" [extras]