From 558c374e632c761e79d592d53bf5395724cde848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:54:52 +0000 Subject: [PATCH] Update qbraid requirement from <0.11.0,>=0.10.0 to >=0.10.0,<0.12.0 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.10.0...v0.11.0) --- updated-dependencies: - dependency-name: qbraid dependency-version: 0.11.0 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 f10d67c..4217b18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -qbraid>=0.10.0,<0.11.0 +qbraid>=0.10.0,<0.12.0 pyqasm>=0.5.0,<1.1.0 sympy>=1.14.0 scipy>=1.16.0