From 4b86a04d4e7209460b85ee82013aaa6382955f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:05:35 +0000 Subject: [PATCH] Update ffsim requirement from ~=0.0.83 to ~=0.0.84 in /scripts/nb-tester Updates the requirements on [ffsim](https://github.com/qiskit-community/ffsim) to permit the latest version. - [Release notes](https://github.com/qiskit-community/ffsim/releases) - [Commits](https://github.com/qiskit-community/ffsim/compare/v0.0.83...v0.0.84) --- updated-dependencies: - dependency-name: ffsim dependency-version: 0.0.84 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 4711ec075ddf..3c7d7f299942 100644 --- a/scripts/nb-tester/requirements.txt +++ b/scripts/nb-tester/requirements.txt @@ -21,5 +21,5 @@ pyscf~=2.14.0; sys.platform != 'win32' python-sat~=1.9.dev14 plotly~=6.9.0 gem-suite~=0.1.6 -ffsim~=0.0.83; sys.platform != 'win32' +ffsim~=0.0.84; sys.platform != 'win32' sympy~=1.14.0