From 6a83afd37fe988307976a7dad13342d0388a4c64 Mon Sep 17 00:00:00 2001 From: Jan Bruedigam Date: Mon, 23 Sep 2024 13:37:21 +0200 Subject: [PATCH] Update dependencies --- Project.toml | 14 +++++++------- examples/Project.toml | 6 +++--- test/Project.toml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Project.toml b/Project.toml index 9b4e6963..33e717b8 100644 --- a/Project.toml +++ b/Project.toml @@ -25,18 +25,18 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -Colors = "<0.12.10, 0.12.10" +Colors = "<0.12.11, 0.12.11" CoordinateTransformations = "<0.6.3, 0.6.3" DocStringExtensions = "<0.9.3, 0.9.3" FFMPEG = "0.4.0, 0.4.1" -FiniteDiff = "2.0, 2.23" -GeometryBasics = "<0.4.10, 0.4.10" +FiniteDiff = "2.0, 2.24" +GeometryBasics = "<0.4.11, 0.4.11" GraphBasedSystems = "1.0, 1.2" LaTeXStrings = "1.3, 1.3" -LightXML = "<0.9.0, 0.9.0" -MeshCat = "<0.16.0, 0.16.1" -Meshing = "<0.6.0, 0.6.0" -Polyhedra = "<0.7.6, 0.7.6" +LightXML = "<0.9.1, 0.9.1" +MeshCat = "<0.16.2, 0.16.2" +Meshing = "<0.7.0, 0.7.0" +Polyhedra = "<0.7.8, 0.7.8" PrecompileTools = "1.0, 1.2" Quaternions = "0.5.2, 0.7.0, 0.7.6" StaticArrays = "1.2, 1.9" diff --git a/examples/Project.toml b/examples/Project.toml index c77e867d..1018381e 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -15,14 +15,14 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -ClosedIntervals = "<0.3.1, 0.3.1" +ClosedIntervals = "<0.3.2, 0.3.2" ControlSystemsBase = "1.0, 1.10" Dojo = "<0.7.5, 0.7.5" DojoEnvironments = "<0.6.1, 0.6.1" Flux = "<0.13.17, 0.13.17" ForwardDiff = "<0.10.36, 0.10.36" -JLD2 = "<0.4.46, 0.4.46" -Literate = "2.0, 2.16" +JLD2 = "<0.5.3, 0.5.3" +Literate = "2.0, 2.19" Plots = "1.0, 1.40" ReinforcementLearning = "0.10.0, 0.10.2" StableRNGs = "1.0, 1.0" \ No newline at end of file diff --git a/test/Project.toml b/test/Project.toml index c784b819..6631fad0 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] BenchmarkTools = "<1.5, 1.5" -FiniteDiff = "2.0, 2.23" +FiniteDiff = "2.0, 2.24" ForwardDiff = "0.10.19, 0.10.36" Rotations = "1.3, 1.5, 1.6, 1.7" SafeTestsets = "0.1.0, 0.1.0"