From a7370df9d83c07cc99a24feb86f391399da2a227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 03:13:39 +0000 Subject: [PATCH] build(deps): update AbstractAlgebra requirement from 0.43, 0.48, 0.49 to 0.43, 0.48, 0.49, 0.50 Updates the requirements on [AbstractAlgebra](https://github.com/Nemocas/AbstractAlgebra.jl) to permit the latest version. - [Release notes](https://github.com/Nemocas/AbstractAlgebra.jl/releases) - [Changelog](https://github.com/Nemocas/AbstractAlgebra.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/Nemocas/AbstractAlgebra.jl/commits/v0.50.0) --- updated-dependencies: - dependency-name: AbstractAlgebra dependency-version: 0.50.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 fd4ad46..5b41412 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ libsemigroups_jll = "99c76e05-e2a6-5e47-b69a-d74ec2f0d12c" libsemigroups_julia_jll = "49785210-2e0e-5fa7-bc86-ac158b29c4ea" [compat] -AbstractAlgebra = "0.43, 0.48, 0.49" +AbstractAlgebra = "0.43, 0.48, 0.49, 0.50" CxxWrap = "0.17" libsemigroups_jll = "=3.5.5" julia = "1.9"