From 509b5270e20188f8992060eb66dd90746dfb1eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:45:47 +0000 Subject: [PATCH] Update AlgebraOfGraphics requirement to 0.12.2 Updates the requirements on [AlgebraOfGraphics](https://github.com/MakieOrg/AlgebraOfGraphics.jl) to permit the latest version. - [Release notes](https://github.com/MakieOrg/AlgebraOfGraphics.jl/releases) - [Changelog](https://github.com/MakieOrg/AlgebraOfGraphics.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/MakieOrg/AlgebraOfGraphics.jl/compare/v0.1.0...v0.12.2) --- updated-dependencies: - dependency-name: AlgebraOfGraphics dependency-version: 0.12.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 3579a833..8710a2c8 100644 --- a/Project.toml +++ b/Project.toml @@ -24,6 +24,7 @@ SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9" TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed" [compat] +AlgebraOfGraphics = "0.12.2" DataFrames = "1.8.1" DataFramesMeta = "0.15.6" Franklin = "0.10.97"