Skip to content

Commit c490f5e

Browse files
Bump the julia-dependencies group across 2 directories with 7 updates
Updates the requirements on [Distributions](https://github.com/JuliaStats/Distributions.jl), [CSV](https://github.com/JuliaData/CSV.jl), [MLDatasets](https://github.com/JuliaML/MLDatasets.jl), [Literate](https://github.com/fredrikekre/Literate.jl), [ExpectationMaximization](https://github.com/dmetivie/ExpectationMaximization.jl), [StatsPlots](https://github.com/JuliaPlots/StatsPlots.jl) and [StableRNGs](https://github.com/JuliaRandom/StableRNGs.jl) to permit the latest version. Updates `Distributions` to 0.25.125 - [Release notes](https://github.com/JuliaStats/Distributions.jl/releases) - [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.125) Updates `CSV` to 0.10.16 - [Release notes](https://github.com/JuliaData/CSV.jl/releases) - [Commits](JuliaData/CSV.jl@v0.0.1...v0.10.16) Updates `MLDatasets` to 0.7.21 - [Release notes](https://github.com/JuliaML/MLDatasets.jl/releases) - [Commits](JuliaML/MLDatasets.jl@v0.0.1...v0.7.21) Updates `Literate` to 2.21.0 - [Release notes](https://github.com/fredrikekre/Literate.jl/releases) - [Changelog](https://github.com/fredrikekre/Literate.jl/blob/master/CHANGELOG.md) - [Commits](fredrikekre/Literate.jl@v0.1.0...v2.21.0) Updates `ExpectationMaximization` to 0.2.4 - [Release notes](https://github.com/dmetivie/ExpectationMaximization.jl/releases) - [Commits](v0.1.0...v0.2.4) Updates `StatsPlots` to 0.15.8 - [Release notes](https://github.com/JuliaPlots/StatsPlots.jl/releases) - [Changelog](https://github.com/JuliaPlots/StatsPlots.jl/blob/master/NEWS.md) - [Commits](JuliaPlots/StatsPlots.jl@v0.0.1...v0.15.8) Updates `Distributions` to 0.25.125 - [Release notes](https://github.com/JuliaStats/Distributions.jl/releases) - [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.125) Updates `ExpectationMaximization` to 0.2.4 - [Release notes](https://github.com/dmetivie/ExpectationMaximization.jl/releases) - [Commits](v0.1.0...v0.2.4) Updates `StableRNGs` to 1.0.4 - [Release notes](https://github.com/JuliaRandom/StableRNGs.jl/releases) - [Commits](JuliaRandom/StableRNGs.jl@v0.1.0...v1.0.4) --- updated-dependencies: - dependency-name: Distributions dependency-version: 0.25.125 dependency-type: direct:production dependency-group: julia-dependencies - dependency-name: CSV dependency-version: 0.10.16 dependency-type: direct:production dependency-group: julia-dependencies - dependency-name: MLDatasets dependency-version: 0.7.21 dependency-type: direct:production dependency-group: julia-dependencies - dependency-name: Literate dependency-version: 2.21.0 dependency-type: direct:production dependency-group: julia-dependencies - dependency-name: ExpectationMaximization dependency-version: 0.2.4 dependency-type: direct:production dependency-group: julia-dependencies - dependency-name: StatsPlots dependency-version: 0.15.8 dependency-type: direct:production dependency-group: julia-dependencies - dependency-name: Distributions dependency-version: 0.25.125 dependency-type: direct:production dependency-group: julia-dependencies - dependency-name: ExpectationMaximization dependency-version: 0.2.4 dependency-type: direct:production dependency-group: julia-dependencies - dependency-name: StableRNGs dependency-version: 1.0.4 dependency-type: direct:production dependency-group: julia-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3cdccbb commit c490f5e

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
1212
ExpectationMaximization = {path = ".."}
1313

1414
[compat]
15+
CSV = "0.10.16"
16+
Distributions = "0.25.125"
1517
Documenter = "1"
18+
ExpectationMaximization = "0.2.4"
19+
Literate = "2.21.0"
20+
MLDatasets = "0.7.21"
21+
StatsPlots = "0.15.8"

test/Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
66
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
77

88
[sources]
9-
ExpectationMaximization = {path = ".."}
9+
ExpectationMaximization = {path = ".."}
10+
[compat]
11+
Distributions = "0.25.125"
12+
ExpectationMaximization = "0.2.4"
13+
StableRNGs = "1.0.4"

0 commit comments

Comments
 (0)