From 89f0c9d7b09d22ca4f298e185c9683a457eaa8b0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Feb 2023 00:14:27 +0000 Subject: [PATCH] CompatHelper: bump compat for CSV to 0.10, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index bf62107..2c8d46a 100644 --- a/Project.toml +++ b/Project.toml @@ -15,10 +15,10 @@ Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -CSV = "0.8, 0.9" +CSV = "0.8, 0.9, 0.10" DataFrames = "1.2" HTTP = "0.9" JSON = "0.21" Nettle = "0.5" Query = "1.0" -julia = "1.6" \ No newline at end of file +julia = "1.6"