From a8c561ee15b9f43fc683d7d8d1651d1e9c59f9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 13:48:56 +0000 Subject: [PATCH] Update Pipe requirement to 1.3.0 in /test Updates the requirements on [Pipe](https://github.com/oxinabox/Pipe.jl) to permit the latest version. - [Release notes](https://github.com/oxinabox/Pipe.jl/releases) - [Commits](https://github.com/oxinabox/Pipe.jl/compare/v0.0.1...v1.3.0) --- updated-dependencies: - dependency-name: Pipe dependency-version: 1.3.0 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 519cbc4..e0a2744 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,3 +13,6 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" + +[compat] +Pipe = "1.3.0"