From 1d6534a5e4fef014dfa8a0f10e93d6009f6b2338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:00:55 +0000 Subject: [PATCH] chore(deps): bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [LogExpFunctions](https://github.com/JuliaStats/LogExpFunctions.jl) and [MLJ](https://github.com/JuliaAI/MLJ.jl) to permit the latest version. Updates `LogExpFunctions` to 1.0.1 - [Release notes](https://github.com/JuliaStats/LogExpFunctions.jl/releases) - [Changelog](https://github.com/JuliaStats/LogExpFunctions.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaStats/LogExpFunctions.jl/compare/v0.3.29...v1.0.1) Updates `MLJ` to 0.23.2 - [Release notes](https://github.com/JuliaAI/MLJ.jl/releases) - [Commits](https://github.com/JuliaAI/MLJ.jl/compare/v0.20.0...v0.23.2) --- updated-dependencies: - dependency-name: LogExpFunctions dependency-version: 1.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: MLJ dependency-version: 0.23.2 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 65b86c203..e68fcc75e 100644 --- a/Project.toml +++ b/Project.toml @@ -32,8 +32,8 @@ FastGaussQuadrature = "1" ForwardDiff = "0.10, 1" InteractiveUtils = "1" LazyArtifacts = "1" -LogExpFunctions = "0.3.29" -MLJ = "0.20" +LogExpFunctions = "0.3.29, 1.0" +MLJ = "0.20, 0.23" RootSolvers = "0.3, 0.4, 1" SpecialFunctions = "2.7.1" StaticArrays = "1.9"