From 911d2617182970f755bc2a020ae7f9a37e71afff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 21:01:12 +0000 Subject: [PATCH 1/2] 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](https://github.com/JuliaDocs/Documenter.jl/compare/v0.1.0...v1.16.1) Updates `Statistics` to 1.11.1 - [Release notes](https://github.com/JuliaStats/Statistics.jl/releases) - [Commits](https://github.com/JuliaStats/Statistics.jl/compare/v1.4.0...v1.11.1) Updates `Distributions` to 0.25.123 - [Release notes](https://github.com/JuliaStats/Distributions.jl/releases) - [Commits](https://github.com/JuliaStats/Distributions.jl/compare/0.2.2...v0.25.123) Updates `StableRNGs` to 1.0.4 - [Release notes](https://github.com/JuliaRandom/StableRNGs.jl/releases) - [Commits](https://github.com/JuliaRandom/StableRNGs.jl/compare/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](https://github.com/JuliaTesting/Aqua.jl/compare/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 ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 3 +++ test/Project.toml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index b8de587..ff19a02 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,3 +4,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" [sources.BiNormalDistributions] path = ".." + +[compat] +Documenter = "1.16.1" diff --git a/test/Project.toml b/test/Project.toml index 6760848..65d91b3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -4,3 +4,9 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +Aqua = "0.8.14" +Distributions = "0.25.123" +StableRNGs = "1.0.4" +Statistics = "1.11.1" From a569d5403e1e4a065f05358be181985acf050022 Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:42:20 -0500 Subject: [PATCH 2/2] Update Project.toml Signed-off-by: abhro <5664668+abhro@users.noreply.github.com> --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 65d91b3..eace254 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -9,4 +9,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Aqua = "0.8.14" Distributions = "0.25.123" StableRNGs = "1.0.4" -Statistics = "1.11.1" +Statistics = "1"