From b727aa381afea307039ce3fe6e0596b550bcd4bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:43:43 -0700 Subject: [PATCH] CompatHelper: bump compat for AWSS3 to 0.11, (keep existing compat) (#119) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cfdf9e7..0e43370 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" ZipArchives = "49080126-0e18-4c2a-b176-c102e4b3760c" [compat] -AWSS3 = "0.10" +AWSS3 = "0.10, 0.11" Blosc = "0.5, 0.6, 0.7" CodecZlib = "0.6, 0.7" DataStructures = "0.17, 0.18"