From 9ba65930088617f8330f04c56b2f363db0b1533d Mon Sep 17 00:00:00 2001 From: odow Date: Sat, 19 Jun 2021 13:25:15 +1200 Subject: [PATCH 1/2] Update to documenter 0.27 --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 393c06dce5e..826a67b7c0b 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -17,7 +17,7 @@ XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0" [compat] CSV = "0.8" DataFrames = "0.22" -Documenter = "~0.26.2" +Documenter = "~0.27" GLPK = "0.14.4" Ipopt = "0.6" Literate = "2.8" From 7f5be3b2e7b961b4d8ff24394c3e29d88e677aea Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 21 Jun 2021 10:24:13 +1200 Subject: [PATCH 2/2] Update Project.toml --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 826a67b7c0b..4f24cd851a8 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -19,7 +19,7 @@ CSV = "0.8" DataFrames = "0.22" Documenter = "~0.27" GLPK = "0.14.4" -Ipopt = "0.6" +Ipopt = "0.7" Literate = "2.8" MathOptInterface = "~0.9" SCS = "0.7"