From d50453a789c50cb45244d70dadb06345d2853663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:47:39 +0000 Subject: [PATCH] Bump the all-julia-packages group across 2 directories with 2 updates Updates the requirements on [OrderedCollections](https://github.com/JuliaCollections/OrderedCollections.jl) and [JET](https://github.com/aviatesk/JET.jl) to permit the latest version. Updates `OrderedCollections` to 2.0.1 - [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases) - [Commits](https://github.com/JuliaCollections/OrderedCollections.jl/compare/v1.8.1...v2.0.1) Updates `OrderedCollections` to 2.0.1 - [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases) - [Commits](https://github.com/JuliaCollections/OrderedCollections.jl/compare/v1.8.1...v2.0.1) Updates `JET` to 0.12.0 - [Release notes](https://github.com/aviatesk/JET.jl/releases) - [Changelog](https://github.com/aviatesk/JET.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/aviatesk/JET.jl/commits/v0.12.0) --- updated-dependencies: - dependency-name: OrderedCollections dependency-version: 2.0.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrderedCollections dependency-version: 2.0.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: JET dependency-version: 0.12.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- test/Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index ced2ac6c..0b3102ab 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ JSON = "0.19 - 0.21, 1" LinearAlgebra = "<0.0.1, 1" MacroTools = "0.5" Mooncake = "0.5.27, 0.6" -OrderedCollections = "1.8.1" +OrderedCollections = "1.8.1, 2.0" Random = "1.6" StatsBase = "0.32, 0.33, 0.34" Test = "1" diff --git a/test/Project.toml b/test/Project.toml index 122f7e4e..916fa882 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -23,7 +23,7 @@ DimensionalData = "0.29, 0.30" Distributions = "0.25" Documenter = "0.26.3, 0.27, 1" InvertedIndices = "1" -JET = "0.9, 0.10, 0.11" +JET = "0.9, 0.10, 0.11, 0.12" OffsetArrays = "1" -OrderedCollections = "1" +OrderedCollections = "1, 2.0" julia = "1"