From 244d00f26b8cd9f95ef2963abfd3213808c8d3a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:54:44 +0000 Subject: [PATCH] Update qbraid requirement from >=0.11.0 to >=0.11.1 Updates the requirements on [qbraid](https://github.com/qBraid/qBraid) to permit the latest version. - [Release notes](https://github.com/qBraid/qBraid/releases) - [Changelog](https://github.com/qBraid/qBraid/blob/main/CHANGELOG.md) - [Commits](https://github.com/qBraid/qBraid/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: qbraid dependency-version: 0.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70d7b9e..2bf4db7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -qbraid>=0.11.0 +qbraid>=0.11.1 pyqasm>=0.5.0,<1.1.0 sympy>=1.14.0 scipy>=1.16.0