From e53bb6db76f6580015f4cc14af1d2928d6fd55b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 03:15:43 +0000 Subject: [PATCH] build(deps): update AbstractAlgebra requirement from 0.43, 0.48 to 0.43, 0.48, 0.49 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.49.0) --- updated-dependencies: - dependency-name: AbstractAlgebra dependency-version: 0.49.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 471125b..f0be2e8 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" +AbstractAlgebra = "0.43, 0.48, 0.49" CxxWrap = "0.17" libsemigroups_jll = "=3.5.5" julia = "1.9"