From aa18b656443d4c19f48f6b5f4a7128980fad77d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:04:17 +0000 Subject: [PATCH] Update Makie requirement to 0.24.8 Updates the requirements on [Makie](https://github.com/MakieOrg/Makie.jl) to permit the latest version. - [Release notes](https://github.com/MakieOrg/Makie.jl/releases) - [Changelog](https://github.com/MakieOrg/Makie.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/MakieOrg/Makie.jl/compare/assets-v0.0.1-dev...v0.24.8) --- updated-dependencies: - dependency-name: Makie dependency-version: 0.24.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8fecda65d..c86b98400 100644 --- a/Project.toml +++ b/Project.toml @@ -55,6 +55,7 @@ GeoInterface = "1.6" GeometryOpsCore = "=0.1.10" LibGEOS = "0.9.2" LinearAlgebra = "1" +Makie = "0.24.8" Proj = "1" Random = "1" SortTileRecursiveTree = "0.1.2" @@ -63,6 +64,5 @@ Statistics = "1" TGGeometry = "0.1" Tables = "1" julia = "1.10" - [workspace] projects = ["GeometryOpsCore", "test", "docs"]