From 2789134a66f1d97e886f1f08a58d7106f0dc1363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:00:44 +0000 Subject: [PATCH] Update autoqasm requirement from >=0.1.0 to >=0.2.0 Updates the requirements on [autoqasm](https://github.com/amazon-braket/autoqasm) to permit the latest version. - [Release notes](https://github.com/amazon-braket/autoqasm/releases) - [Changelog](https://github.com/amazon-braket/autoqasm/blob/main/CHANGELOG.md) - [Commits](https://github.com/amazon-braket/autoqasm/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: autoqasm dependency-version: 0.2.0 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 f9e8ec4..651923a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ qbraid>=0.11.1,<0.12.0 pytest pytest-cov -autoqasm>=0.1.0 +autoqasm>=0.2.0 cudaq; platform_system == "Linux" and python_version < '3.14' \ No newline at end of file