From 88343cf7d231351fb3009e8b869492e41cd981a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:36:08 +0000 Subject: [PATCH] Bump the all-julia-packages group with 2 updates Updates the requirements on [MultiScaleTreeGraph](https://github.com/VEZY/MultiScaleTreeGraph.jl) and [PlantMeteo](https://github.com/PalmStudio/PlantMeteo.jl) to permit the latest version. Updates `MultiScaleTreeGraph` to 0.16.0 - [Release notes](https://github.com/VEZY/MultiScaleTreeGraph.jl/releases) - [Commits](https://github.com/VEZY/MultiScaleTreeGraph.jl/compare/v0.15.1...v0.16.0) Updates `PlantMeteo` to 0.9.0 - [Release notes](https://github.com/PalmStudio/PlantMeteo.jl/releases) - [Changelog](https://github.com/PalmStudio/PlantMeteo.jl/blob/main/CHANGELOG.md) - [Commits](https://github.com/PalmStudio/PlantMeteo.jl/compare/v0.8.2...v0.9.0) --- updated-dependencies: - dependency-name: MultiScaleTreeGraph dependency-version: 0.16.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: PlantMeteo dependency-version: 0.9.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 364c8be5d..dc5c8d317 100644 --- a/Project.toml +++ b/Project.toml @@ -38,8 +38,8 @@ HTTP = "1, 2.0" InteractiveUtils = "1.10" JSON = "1" Markdown = "1.10" -MultiScaleTreeGraph = "0.15.1" -PlantMeteo = "0.8.2" +MultiScaleTreeGraph = "0.15.1, 0.16" +PlantMeteo = "0.8.2, 0.9" Random = "1.10" SHA = "0.7.0" Statistics = "1.10"