From 34c972e80b03a91e44e24e7982cb05f718399121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:55:51 +0000 Subject: [PATCH] Update Nemo requirement from 0.47, 0.54 to 0.47, 0.54, 0.56 Updates the requirements on [Nemo](https://github.com/Nemocas/Nemo.jl) to permit the latest version. Updates `Nemo` to 0.56.0 - [Release notes](https://github.com/Nemocas/Nemo.jl/releases) - [Changelog](https://github.com/Nemocas/Nemo.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/Nemocas/Nemo.jl/commits/v0.56.0) --- updated-dependencies: - dependency-name: Nemo dependency-version: 0.55.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9778ed1..41e1aec 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ LinearAlgebra = "1.10.0" MixedSubdivisions = "1.1.5" ModelingToolkit = "9.46.1, 11" MultivariatePolynomials = "0.5.7" -Nemo = "0.47, 0.54" +Nemo = "0.47, 0.54, 0.56" Oscar = "1.1.1, 1.7" Polyhedra = "0.7.8, 0.8" PolynomialRoots = "1.0.0"