From f71ba530e7e13be1fc597b436a367ba9f616e6ce Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Mar 2025 17:04:40 +0000 Subject: [PATCH] CompatHelper: bump compat for FilePaths to 0.9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 05d6a5069..ffe3a354a 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ DelimitedFiles = "1" Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" Electron = "3.1, 4, 5, 6" FileIO = "1" -FilePaths = "0.8" +FilePaths = "0.8, 0.9" GlobalSensitivityAnalysis = "1.0" IterTools = "1.3" IteratorInterfaceExtensions = "0.1.1, 1"