From 796af55b2ae5c2947e9a2ddac2aa7e241e8278b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:00:25 +0000 Subject: [PATCH] Update qiskit[all] requirement in /scripts/nb-tester Updates the requirements on [qiskit[all]](https://github.com/Qiskit/qiskit) to permit the latest version. - [Release notes](https://github.com/Qiskit/qiskit/releases) - [Changelog](https://github.com/Qiskit/qiskit/blob/main/docs/release_notes.rst) - [Commits](https://github.com/Qiskit/qiskit/compare/2.1.2...2.2.1) --- updated-dependencies: - dependency-name: qiskit[all] dependency-version: 2.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/nb-tester/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nb-tester/requirements.txt b/scripts/nb-tester/requirements.txt index bf48e91f78c..51a87a32820 100644 --- a/scripts/nb-tester/requirements.txt +++ b/scripts/nb-tester/requirements.txt @@ -1,7 +1,7 @@ # We pin to exact versions for a more reproducible and # stable build. -qiskit[all]~=2.1.2 +qiskit[all]~=2.2.1 qiskit-ibm-runtime~=0.40.1 qiskit-ibm-transpiler[ai-local-mode]~=0.14.2 qiskit-aer~=0.17