From 139a8c1e3321ec0a61028e81d041cb89f30d7d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 11:22:35 +0000 Subject: [PATCH] Update Pipe requirement to 1.3.0 in /docs 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] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 46b6fe2..753dcc6 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -17,6 +17,7 @@ CodecXz = "0.7.4" DataFrames = "1.8.1" Documenter = "1.16.1" Latexify = "0.16.10" +Pipe = "1.3.0" Plots = "1.41.3" RData = "1.1.0" StatsPlots = "0.15.8"