Skip to content

Commit 9fc4737

Browse files
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](JuliaCollections/OrderedCollections.jl@v1.8.1...v2.0.0) Updates `ADTypes` to 1.22.0 - [Release notes](https://github.com/SciML/ADTypes.jl/releases) - [Commits](SciML/ADTypes.jl@v0.1.0...v1.22.0) Updates `ForwardDiff` to 1.4.1 - [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases) - [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.4.1) Updates `Distributions` to 0.25.126 - [Release notes](https://github.com/JuliaStats/Distributions.jl/releases) - [Commits](JuliaStats/Distributions.jl@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](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](JuliaDocs/Documenter.jl@v0.1.0...v1.17.0) Updates `OrderedCollections` to 2.0.0 - [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases) - [Commits](JuliaCollections/OrderedCollections.jl@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](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](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](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] <support@github.com>
1 parent 0c49dba commit 9fc4737

6 files changed

Lines changed: 12 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ JSON = "0.19 - 0.21, 1"
4747
LinearAlgebra = "<0.0.1, 1"
4848
MacroTools = "0.5"
4949
Mooncake = "0.5.27"
50-
OrderedCollections = "1.8.1"
50+
OrderedCollections = "1.8.1, 2.0"
5151
Random = "1.6"
5252
StatsBase = "0.32, 0.33, 0.34"
5353
Test = "1"

docs/Project.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88

99
[sources]
1010
AbstractPPL = {path = ".."}
11+
12+
[compat]
13+
ADTypes = "1.22.0"
14+
AbstractPPL = "0.15.2"
15+
Distributions = "0.25.126"
16+
Documenter = "1.17.0"
17+
ForwardDiff = "1.4.1"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Documenter = "0.26.3, 0.27, 1"
2525
InvertedIndices = "1"
2626
JET = "0.9, 0.10, 0.11"
2727
OffsetArrays = "1"
28-
OrderedCollections = "1"
28+
OrderedCollections = "1, 2.0"
2929
julia = "1"

test/ext/differentiationinterface/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
99

1010
[compat]
1111
ADTypes = "1"
12+
AbstractPPL = "0.15.2"
1213
DifferentiationInterface = "0.6, 0.7"
1314
ForwardDiff = "1"
1415
ReverseDiff = "1"

test/ext/forwarddiff/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
88

99
[compat]
1010
ADTypes = "1"
11+
AbstractPPL = "0.15.2"
1112
DiffResults = "1"
1213
ForwardDiff = "0.10, 1"
1314
julia = "1.10"

test/ext/mooncake/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
77

88
[compat]
99
ADTypes = "1"
10+
AbstractPPL = "0.15.2"
1011
Mooncake = "0.5.27"
1112
julia = "1.10"

0 commit comments

Comments
 (0)