From f9d0586625f1df7b24b99bed4cafbcd1930ef9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:54:28 +0000 Subject: [PATCH] Update qiskit-aer requirement from <0.18.0,>=0.17.0 to >=0.17.2,<0.18.0 Updates the requirements on [qiskit-aer](https://github.com/Qiskit/qiskit-aer) to permit the latest version. - [Release notes](https://github.com/Qiskit/qiskit-aer/releases) - [Commits](https://github.com/Qiskit/qiskit-aer/compare/0.17...0.17.2) --- updated-dependencies: - dependency-name: qiskit-aer dependency-version: 0.17.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 0c8f38d..32ffce1 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ pytest pytest-cov qiskit[qasm3-import]>=2.1.0,<2.4.0 -qiskit-aer>=0.17.0,<0.18.0 +qiskit-aer>=0.17.2,<0.18.0 networkx \ No newline at end of file