From 83485e5bfca263df162a55e4fba2d91f3069ea59 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 10 Jun 2026 00:54:55 +0000 Subject: [PATCH] CompatHelper: bump compat for TimeSeries to 0.26, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3feb24dae..3b0fb7104 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "InfrastructureSystems" uuid = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1" -authors = ["Daniel Thom", "Jose Daniel Lara", "Gabriel Konar-Steenberg", "Clayton Barrows"] version = "3.6.0" +authors = ["Daniel Thom", "Jose Daniel Lara", "Gabriel Konar-Steenberg", "Clayton Barrows"] [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" @@ -60,7 +60,7 @@ StructTypes = "^1.9" TOML = "1" Tables = "^1.11" TerminalLoggers = "~0.1" -TimeSeries = "^0.24, ^0.25" +TimeSeries = "^0.24, ^0.25, 0.26" TimerOutputs = "^0.5" UUIDs = "1" YAML = "~0.4"