From 3fde82bce7a24795c57787af1593b3540176330b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 11:09:37 +0000 Subject: [PATCH] Update VortexMethod requirement to 1.0.6 in /docs Updates the requirements on [VortexMethod](https://github.com/subhk/VortexMethod.jl) to permit the latest version. - [Release notes](https://github.com/subhk/VortexMethod.jl/releases) - [Changelog](https://github.com/subhk/VortexMethod.jl/blob/main/CHANGELOG.md) - [Commits](https://github.com/subhk/VortexMethod.jl/compare/v1.0.0...v1.0.6) --- updated-dependencies: - dependency-name: VortexMethod dependency-version: 1.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 8ade482..b63a319 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,3 +1,6 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" VortexMethod = "d0bfb0ea-6286-496d-8bb4-f6dc2a72891a" + +[compat] +VortexMethod = "1.0.6"