From 75a70ed20b76473c7b4171d8dbd078636e6532b3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 13 Jun 2023 00:18:20 +0000 Subject: [PATCH] CompatHelper: bump compat for AWSS3 to 0.11, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 58fa0e7..1299abb 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" [compat] AWS = "1" -AWSS3 = "0.8, 0.9, 0.10" +AWSS3 = "0.8, 0.9, 0.10, 0.11" Compat = "3.15, 4" ContextVariablesX = "0.1.1" DataStructures = "0.17, 0.18"