From 9fc4737a45bd82eb91d0c496b5388efd1ac6dc0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 08:46:18 +0000 Subject: [PATCH] Bump the all-julia-packages group across 6 directories with 6 updates Updates the requirements on [OrderedCollections](https://github.com/JuliaCollections/OrderedCollections.jl), [ADTypes](https://github.com/SciML/ADTypes.jl), [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl), [Distributions](https://github.com/JuliaStats/Distributions.jl), [AbstractPPL](https://github.com/TuringLang/AbstractPPL.jl) and [Documenter](https://github.com/JuliaDocs/Documenter.jl) to permit the latest version. Updates `OrderedCollections` to 2.0.0 - [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases) - [Commits](https://github.com/JuliaCollections/OrderedCollections.jl/compare/v1.8.1...v2.0.0) Updates `ADTypes` to 1.22.0 - [Release notes](https://github.com/SciML/ADTypes.jl/releases) - [Commits](https://github.com/SciML/ADTypes.jl/compare/v0.1.0...v1.22.0) Updates `ForwardDiff` to 1.4.1 - [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases) - [Commits](https://github.com/JuliaDiff/ForwardDiff.jl/compare/v0.0.2...v1.4.1) Updates `Distributions` to 0.25.126 - [Release notes](https://github.com/JuliaStats/Distributions.jl/releases) - [Commits](https://github.com/JuliaStats/Distributions.jl/compare/0.2.2...v0.25.126) Updates `AbstractPPL` to 0.15.2 - [Release notes](https://github.com/TuringLang/AbstractPPL.jl/releases) - [Changelog](https://github.com/TuringLang/AbstractPPL.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/AbstractPPL.jl/compare/v0.1.0...v0.15.2) Updates `Documenter` to 1.17.0 - [Release notes](https://github.com/JuliaDocs/Documenter.jl/releases) - [Changelog](https://github.com/JuliaDocs/Documenter.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaDocs/Documenter.jl/compare/v0.1.0...v1.17.0) Updates `OrderedCollections` to 2.0.0 - [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases) - [Commits](https://github.com/JuliaCollections/OrderedCollections.jl/compare/v1.8.1...v2.0.0) Updates `AbstractPPL` to 0.15.2 - [Release notes](https://github.com/TuringLang/AbstractPPL.jl/releases) - [Changelog](https://github.com/TuringLang/AbstractPPL.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/AbstractPPL.jl/compare/v0.1.0...v0.15.2) Updates `AbstractPPL` to 0.15.2 - [Release notes](https://github.com/TuringLang/AbstractPPL.jl/releases) - [Changelog](https://github.com/TuringLang/AbstractPPL.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/AbstractPPL.jl/compare/v0.1.0...v0.15.2) Updates `AbstractPPL` to 0.15.2 - [Release notes](https://github.com/TuringLang/AbstractPPL.jl/releases) - [Changelog](https://github.com/TuringLang/AbstractPPL.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/AbstractPPL.jl/compare/v0.1.0...v0.15.2) --- updated-dependencies: - dependency-name: AbstractPPL dependency-version: 0.15.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: AbstractPPL dependency-version: 0.15.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: AbstractPPL dependency-version: 0.15.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: AbstractPPL dependency-version: 0.15.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ADTypes dependency-version: 1.22.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Distributions dependency-version: 0.25.126 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Documenter dependency-version: 1.17.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ForwardDiff dependency-version: 1.3.3 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrderedCollections dependency-version: 2.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrderedCollections dependency-version: 2.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- docs/Project.toml | 7 +++++++ test/Project.toml | 2 +- test/ext/differentiationinterface/Project.toml | 1 + test/ext/forwarddiff/Project.toml | 1 + test/ext/mooncake/Project.toml | 1 + 6 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f35fb986..4a2d5b93 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" -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/docs/Project.toml b/docs/Project.toml index 1ef0eca3..c1c5c1a7 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,3 +8,10 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [sources] AbstractPPL = {path = ".."} + +[compat] +ADTypes = "1.22.0" +AbstractPPL = "0.15.2" +Distributions = "0.25.126" +Documenter = "1.17.0" +ForwardDiff = "1.4.1" diff --git a/test/Project.toml b/test/Project.toml index 122f7e4e..1a8c87e1 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -25,5 +25,5 @@ Documenter = "0.26.3, 0.27, 1" InvertedIndices = "1" JET = "0.9, 0.10, 0.11" OffsetArrays = "1" -OrderedCollections = "1" +OrderedCollections = "1, 2.0" julia = "1" diff --git a/test/ext/differentiationinterface/Project.toml b/test/ext/differentiationinterface/Project.toml index af28cf08..f91a04b8 100644 --- a/test/ext/differentiationinterface/Project.toml +++ b/test/ext/differentiationinterface/Project.toml @@ -9,6 +9,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] ADTypes = "1" +AbstractPPL = "0.15.2" DifferentiationInterface = "0.6, 0.7" ForwardDiff = "1" ReverseDiff = "1" diff --git a/test/ext/forwarddiff/Project.toml b/test/ext/forwarddiff/Project.toml index 7666f241..b437937a 100644 --- a/test/ext/forwarddiff/Project.toml +++ b/test/ext/forwarddiff/Project.toml @@ -8,6 +8,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] ADTypes = "1" +AbstractPPL = "0.15.2" DiffResults = "1" ForwardDiff = "0.10, 1" julia = "1.10" diff --git a/test/ext/mooncake/Project.toml b/test/ext/mooncake/Project.toml index 6a5c2039..210349f4 100644 --- a/test/ext/mooncake/Project.toml +++ b/test/ext/mooncake/Project.toml @@ -7,5 +7,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] ADTypes = "1" +AbstractPPL = "0.15.2" Mooncake = "0.5.27" julia = "1.10"