From 0ef600cf03e6adb7fd1b0181229b516fe6c6441f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:27:50 +0000 Subject: [PATCH] Update qbraid requirement from <0.12.0,>=0.11.1 to >=0.12.1,<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.1) --- updated-dependencies: - dependency-name: qbraid dependency-version: 0.12.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 651923a..e78346f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -qbraid>=0.11.1,<0.12.0 +qbraid>=0.12.1,<0.13.0 pytest pytest-cov autoqasm>=0.2.0