From 498c4a55bc16f9702f8afbc4ada2fd4b182d91d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:44:32 +0000 Subject: [PATCH] Update Nemo requirement from 0.45.5, 0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54, 0.55 to 0.45.5, 0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54, 0.55, 0.56 Updates the requirements on [Nemo](https://github.com/Nemocas/Nemo.jl) to permit the latest version. - [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.56.0 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 0c35128..e5e38c7 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ DocStringExtensions = "0.9.5" Graphs = "1.9" LinearAlgebra = "1.10" Multigraphs = "0.3.0" -Nemo = "0.45.5, 0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54, 0.55" +Nemo = "0.45.5, 0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54, 0.55, 0.56" Oscar = "1.1.1" PrecompileTools = "1.2" ProgressMeter = "1.11.0"