From 8041b6ff3f9474fe45cca09761c21de892adeae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:54:49 +0000 Subject: [PATCH] Update GZip requirement 0.7 Updates the requirements on [GZip](https://github.com/JuliaIO/GZip.jl) to permit the latest version. Updates `GZip` to 0.7.1 - [Release notes](https://github.com/JuliaIO/GZip.jl/releases) - [Commits](https://github.com/JuliaIO/GZip.jl/compare/v0.6.2...v0.7.1) --- updated-dependencies: - dependency-name: GZip dependency-version: 0.7.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f226b09..9d85122 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Scratch = "6c6a2e73-6563-6170-7368-637461726353" [compat] CodecBzip2 = "0.8.5" DataDeps = "0.7.13" -GZip = "0.6.2" +GZip = "0.6.2, 0.7" Logging = "1.10.0" QPSReader = "0.2.1" Scratch = "1.3.0"