From 44c4327eed20cd8192aba4bd7862cc0eba74b9cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:10:00 +0000 Subject: [PATCH 1/2] Bump qbraid from 0.9.9 to 0.9.10 Bumps [qbraid](https://github.com/qBraid/qBraid) from 0.9.9 to 0.9.10. - [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.9.9...v0.9.10) --- updated-dependencies: - dependency-name: qbraid dependency-version: 0.9.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 560a793..4f988ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -qbraid==0.9.9 +qbraid==0.9.10 pyqasm>=0.5.0,<0.6.0 sympy>=1.14.0 scipy>=1.16.0 From 3d1d4dcda6bdf60a841e5c7e7387cfd8b3b445b3 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Thu, 23 Oct 2025 16:57:52 -0500 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7671433..e10e60c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -qbraid==0.9.10 +qbraid>=0.10.0,<0.11.0 pyqasm>=0.5.0,<1.1.0 sympy>=1.14.0 scipy>=1.16.0