From 8cf1196ba2d3020f75f4fd1eeb8f4b080b89a983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:48:54 +0000 Subject: [PATCH] Update Missings requirement to 1.2.0 in /test Updates the requirements on [Missings](https://github.com/JuliaData/Missings.jl) to permit the latest version. - [Release notes](https://github.com/JuliaData/Missings.jl/releases) - [Commits](https://github.com/JuliaData/Missings.jl/compare/v0.0.1...v1.2.0) --- updated-dependencies: - dependency-name: Missings dependency-version: 1.2.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 03961a6..db1e95f 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -15,5 +15,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" [compat] +Missings = "1.2.0" Pipe = "1.3.0" TimeZones = "1.22.2"