From df21cb2c11b01ea8adfb476fb08e3a92254f61f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:33:10 +0000 Subject: [PATCH] Update qiskit[all] requirement from ~=1.2.4 to ~=1.3.0 in /scripts/nb-tester (#2409) Updates the requirements on [qiskit[all]](https://github.com/Qiskit/qiskit) to permit the latest version.
Release notes

Sourced from qiskit[all]'s releases.

Qiskit 1.3.0

Release notes: https://docs.quantum.ibm.com/api/qiskit/release-notes/1.3

Changelog

Deprecated

Added

... (truncated)

Changelog

Sourced from qiskit[all]'s changelog.

.. _release-notes:

============================== Qiskit |version| release notes

.. These release notes get converted into Markdown files via the infrastructure at https://github.com/Qiskit/documentation, which then gets deployed to https://docs.quantum.ibm.com/api/qiskit/release-notes. Changes to these release notes will update those release notes the next time the API docs are generated for this version.

`:earliest-version:` should be set to the rc1 release for the
current minor release series. For example, the stable/1.1 branch should
set it to 1.1.0rc1. If on `main`, set to the prior minor version's rc1,
like `1.0.0rc1`.

.. release-notes:: :earliest-version: 1.3.0b1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frank Harkins --- docs/guides/defaults-and-configuration-options.ipynb | 6 +++++- scripts/nb-tester/requirements.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/guides/defaults-and-configuration-options.ipynb b/docs/guides/defaults-and-configuration-options.ipynb index 98a2b0355b8..cda8f5a1f3b 100644 --- a/docs/guides/defaults-and-configuration-options.ipynb +++ b/docs/guides/defaults-and-configuration-options.ipynb @@ -261,7 +261,11 @@ "cell_type": "code", "execution_count": 3, "id": "bcaab4a6", - "metadata": {}, + "metadata": { + "tags": [ + "ignore-warnings" + ] + }, "outputs": [ { "data": { diff --git a/scripts/nb-tester/requirements.txt b/scripts/nb-tester/requirements.txt index e9b8c76f3ee..28b23069d81 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]~=1.2.4 +qiskit[all]~=1.3.0 qiskit-ibm-runtime~=0.33.2 qiskit-aer~=0.15.1 qiskit-serverless~=0.18.0