From 9b10c5afd8e8c823b4b9fc5ed948198bdd3339ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:40:25 +0000 Subject: [PATCH] Update Symbolics requirement from 6 to 6, 7.1 Updates the requirements on [Symbolics](https://github.com/JuliaSymbolics/Symbolics.jl) to permit the latest version. - [Release notes](https://github.com/JuliaSymbolics/Symbolics.jl/releases) - [Changelog](https://github.com/JuliaSymbolics/Symbolics.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaSymbolics/Symbolics.jl/compare/v6.0.0...v7.1.1) --- updated-dependencies: - dependency-name: Symbolics dependency-version: 7.1.1 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..10b4a6c 100644 --- a/Project.toml +++ b/Project.toml @@ -37,6 +37,6 @@ QuantumInterface = "0.4.1" QuantumOpticsBase = "0.5.6" QuantumToolbox = "0.34.0" SymbolicUtils = "3.13" -Symbolics = "6" +Symbolics = "6, 7.1" TermInterface = "2" julia = "1.10"