From c59340c2a67c2e8929eafc5618177c5f1e0b54e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 18:14:51 +0000 Subject: [PATCH] build(deps): update Distributed requirement to 1.11 Updates the requirements on Distributed to permit the latest version. --- updated-dependencies: - dependency-name: Distributed dependency-version: dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 4f7b618..31840a0 100644 --- a/Project.toml +++ b/Project.toml @@ -26,6 +26,7 @@ InlineTest = {path = "InlineTest"} ReTestREPLExt = "REPL" [compat] +Distributed = "1.11" InlineTest = "=0.2.0" PrecompileTools = "1.2.1" Preferences = "1.6"