From 8dbfd1d38d96bac69dff16e929f07c19e5272762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:13:21 +0000 Subject: [PATCH] Update qbraid requirement from <0.12.0,>=0.11.1 to >=0.12.2,<0.13.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.11.1...v0.12.2) --- updated-dependencies: - dependency-name: qbraid dependency-version: 0.12.2 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 651923a..0883be3 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -qbraid>=0.11.1,<0.12.0 +qbraid>=0.12.2,<0.13.0 pytest pytest-cov autoqasm>=0.2.0