From aebcb2ea342e61c51d9980732c999348cab8c7fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:54:53 +0000 Subject: [PATCH] Update Revise requirement to 3.16.1 Updates the requirements on [Revise](https://github.com/timholy/Revise.jl) to permit the latest version. - [Release notes](https://github.com/timholy/Revise.jl/releases) - [Changelog](https://github.com/timholy/Revise.jl/blob/master/NEWS.md) - [Commits](https://github.com/timholy/Revise.jl/compare/v3.0.0...v3.16.1) --- updated-dependencies: - dependency-name: Revise dependency-version: 3.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index 912a542..a768a14 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -6,3 +6,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a" TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe" UseAll = "edbe3dbe-4909-5f9e-bb65-679d27932c2a" + +[compat] +Revise = "3.16.1"