Skip to content

Commit e262a95

Browse files
Bump the all-julia-packages group across 2 directories with 5 updates (#6)
* Bump the all-julia-packages group across 2 directories with 5 updates Updates the requirements on [Documenter](https://github.com/JuliaDocs/Documenter.jl), [Statistics](https://github.com/JuliaStats/Statistics.jl), [Distributions](https://github.com/JuliaStats/Distributions.jl), [StableRNGs](https://github.com/JuliaRandom/StableRNGs.jl) and [Aqua](https://github.com/JuliaTesting/Aqua.jl) to permit the latest version. Updates `Documenter` to 1.16.1 - [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.16.1) Updates `Distributions` to 0.25.123 - [Release notes](https://github.com/JuliaStats/Distributions.jl/releases) - [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.123) 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) Updates `Aqua` to 0.8.14 - [Release notes](https://github.com/JuliaTesting/Aqua.jl/releases) - [Changelog](https://github.com/JuliaTesting/Aqua.jl/blob/master/CHANGELOG.md) - [Commits](JuliaTesting/Aqua.jl@v0.1.0...v0.8.14) --- updated-dependencies: - dependency-name: Documenter dependency-version: 1.16.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Statistics dependency-version: 1.11.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Distributions dependency-version: 0.25.123 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: StableRNGs dependency-version: 1.0.4 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Aqua dependency-version: 0.8.14 dependency-type: direct:production dependency-group: all-julia-packages ... Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: abhro <5664668+abhro@users.noreply.github.com>
1 parent f97726e commit e262a95

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44

55
[sources.BiNormalDistributions]
66
path = ".."
7+
8+
[compat]
9+
Documenter = "1.16.1"

test/Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
44
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
55
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
66
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7+
8+
[compat]
9+
Aqua = "0.8.14"
10+
Distributions = "0.25.123"
11+
StableRNGs = "1.0.4"
12+
Statistics = "1"

0 commit comments

Comments
 (0)