From af5f7e94aa0fb81a63c2c8a5ca085023dc31afe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:32:24 +0000 Subject: [PATCH] Update SymbolicUtils requirement from 3.13 to 3.13, 4.7 Updates the requirements on [SymbolicUtils](https://github.com/JuliaSymbolics/SymbolicUtils.jl) to permit the latest version. - [Release notes](https://github.com/JuliaSymbolics/SymbolicUtils.jl/releases) - [Commits](https://github.com/JuliaSymbolics/SymbolicUtils.jl/compare/v3.13.0...v4.7.0) --- updated-dependencies: - dependency-name: SymbolicUtils dependency-version: 4.7.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 718f2cc..79b28ab 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ QuantumClifford = "0.9.4, 0.10" QuantumInterface = "0.4.1" QuantumOpticsBase = "0.5.6" QuantumToolbox = "0.34.0" -SymbolicUtils = "3.13" +SymbolicUtils = "3.13, 4.7" Symbolics = "6" TermInterface = "2" julia = "1.10"