From 89c85bc9c497198a47e16592b25c3627f90ce4a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:47:45 +0000 Subject: [PATCH] Update qbraid requirement from <0.12.0,>=0.11.0 to >=0.11.1,<0.12.0 Updates the requirements on [qbraid](https://github.com/qBraid/qBraid) to permit the latest version. - [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-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index ca205973..f9e8ec42 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -qbraid>=0.11.0,<0.12.0 +qbraid>=0.11.1,<0.12.0 pytest pytest-cov autoqasm>=0.1.0