From 1c64302c596b6c09120d2756ca147c810d4affb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:54:55 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [GZip](https://github.com/JuliaIO/GZip.jl) and [DataDeps](https://github.com/oxinabox/DataDeps.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) Updates `DataDeps` to 1.0.0 - [Release notes](https://github.com/oxinabox/DataDeps.jl/releases) - [Commits](https://github.com/oxinabox/DataDeps.jl/commits) --- updated-dependencies: - dependency-name: GZip dependency-version: 0.7.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DataDeps dependency-version: 1.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f226b09..c251394 100644 --- a/Project.toml +++ b/Project.toml @@ -16,8 +16,8 @@ Scratch = "6c6a2e73-6563-6170-7368-637461726353" [compat] CodecBzip2 = "0.8.5" -DataDeps = "0.7.13" -GZip = "0.6.2" +DataDeps = "0.7.13, 1.0" +GZip = "0.6.2, 0.7" Logging = "1.10.0" QPSReader = "0.2.1" Scratch = "1.3.0"