From bc4b16d66e427ffb2778ac850b510fdd10d76132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:11:17 +0000 Subject: [PATCH] Bump libqasm from 1.2.1 to 1.3.0 Bumps [libqasm](https://github.com/QuTech-Delft/libqasm) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/QuTech-Delft/libqasm/releases) - [Changelog](https://github.com/QuTech-Delft/libqasm/blob/develop/CHANGELOG.md) - [Commits](https://github.com/QuTech-Delft/libqasm/compare/1.2.1...1.3.0) --- updated-dependencies: - dependency-name: libqasm dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49f48342..047378ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "compilation", ] dependencies = [ - "libqasm==1.2.1", + "libqasm==1.3.0", "networkx>=3.4.2", "numpy>=2.2.6", "scipy>=1.15.3",