From 6ca5716016bd3ae05c00fcb4901cf61387e7a0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:43:57 +0000 Subject: [PATCH] Bump libqasm from 1.4.0 to 1.4.1 Bumps [libqasm](https://github.com/QuTech-Delft/libqasm) from 1.4.0 to 1.4.1. - [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.4.0...1.4.1) --- updated-dependencies: - dependency-name: libqasm dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9afc0b5a..7d512821 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "compilation", ] dependencies = [ - "libqasm==1.4.0", + "libqasm==1.4.1", "networkx>=3.4.2", "numpy>=2.2.6", "scipy>=1.15.3",