From 7c4b88aa5a9147b04c45f03d3097ef70513614ff Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:06:46 -0400 Subject: [PATCH] Loosen Downloads compat for tests --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4b3ec42..d8f96ad 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ Aqua = "0.8" CSVFiles = "1" CodecZlib = "0.5, 0.6, 0.7" ColorTypes = "0.11" -Downloads = "1.6" +Downloads = "1.4" FilePathsBase = "0.9" HTTP = "0.6, 1" Random = "<0.0.1, 0.7, 1"