From eeb283d871398f4bd06a212e4958b9a12b599645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:41:58 +0000 Subject: [PATCH] build(deps-dev): update qiskit-qasm3-import requirement Updates the requirements on [qiskit-qasm3-import](https://github.com/Qiskit/qiskit-qasm3-import) to permit the latest version. - [Release notes](https://github.com/Qiskit/qiskit-qasm3-import/releases) - [Commits](https://github.com/Qiskit/qiskit-qasm3-import/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: qiskit-qasm3-import dependency-version: 0.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e689893..07a7a3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ basetest = [ ] test = [ "qiskit-addon-utils[basetest]", - "qiskit-qasm3-import>=0.5.0", + "qiskit-qasm3-import>=0.6.0", "samplomatic>=0.13", ] doctest = [