From a2a365fea73782fbc6f9f4b13a355e4d0375afb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 20:02:50 +0000 Subject: [PATCH] Update PrettyTables requirement from 2 to 2, 3.2 Updates the requirements on [PrettyTables](https://github.com/ronisbr/PrettyTables.jl) to permit the latest version. - [Release notes](https://github.com/ronisbr/PrettyTables.jl/releases) - [Changelog](https://github.com/ronisbr/PrettyTables.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/ronisbr/PrettyTables.jl/compare/v2.0.0...v3.2.1) --- updated-dependencies: - dependency-name: PrettyTables dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 76f1f68..096c79c 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ DocStringExtensions = "0.9" LineSearches = "7" Optim = "1.11.0" Optimization = "3, 4" -PrettyTables = "2" +PrettyTables = "2, 3.2" StaticArrays = "1" TestItemRunner = "0.2, 1" TimerOutputs = "0.5.12"