From 36235c1d4eec4af3716624f4784ebf305232d12c Mon Sep 17 00:00:00 2001 From: Bharath Thotakura <113555655+bharat-thotakura@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:31:18 -0600 Subject: [PATCH] Bump to `v0.5.31` (#1100) Mainly for https://github.com/Infleqtion/client-superstaq/pull/1097 --- cirq-superstaq/dev-requirements.txt | 4 ++-- cirq-superstaq/example-requirements.txt | 2 +- cirq-superstaq/requirements.txt | 2 +- docs/requirements.txt | 4 ++-- general-superstaq/dev-requirements.txt | 2 +- general-superstaq/general_superstaq/_version.py | 2 +- qiskit-superstaq/dev-requirements.txt | 2 +- qiskit-superstaq/requirements.txt | 2 +- supermarq-benchmarks/dev-requirements.txt | 2 +- supermarq-benchmarks/requirements.txt | 4 ++-- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cirq-superstaq/dev-requirements.txt b/cirq-superstaq/dev-requirements.txt index accb4851e..ee6105612 100644 --- a/cirq-superstaq/dev-requirements.txt +++ b/cirq-superstaq/dev-requirements.txt @@ -1,2 +1,2 @@ -checks-superstaq~=0.5.30 -qiskit-superstaq~=0.5.30 +checks-superstaq~=0.5.31 +qiskit-superstaq~=0.5.31 diff --git a/cirq-superstaq/example-requirements.txt b/cirq-superstaq/example-requirements.txt index c10e30783..b39b14869 100644 --- a/cirq-superstaq/example-requirements.txt +++ b/cirq-superstaq/example-requirements.txt @@ -1,2 +1,2 @@ notebook>=6.5.5 -qiskit-superstaq~=0.5.30 +qiskit-superstaq~=0.5.31 diff --git a/cirq-superstaq/requirements.txt b/cirq-superstaq/requirements.txt index 23d1939a7..376aafa2b 100644 --- a/cirq-superstaq/requirements.txt +++ b/cirq-superstaq/requirements.txt @@ -1,2 +1,2 @@ cirq-core>=1.0.0 -general-superstaq~=0.5.30 +general-superstaq~=0.5.31 diff --git a/docs/requirements.txt b/docs/requirements.txt index 3c5716e91..3555bc3c7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -cirq-superstaq[dev]~=0.5.30 -qiskit-superstaq[dev]~=0.5.30 +cirq-superstaq[dev]~=0.5.31 +qiskit-superstaq[dev]~=0.5.31 diff --git a/general-superstaq/dev-requirements.txt b/general-superstaq/dev-requirements.txt index 786385ffd..9c5b46537 100644 --- a/general-superstaq/dev-requirements.txt +++ b/general-superstaq/dev-requirements.txt @@ -1,2 +1,2 @@ -checks-superstaq~=0.5.30 +checks-superstaq~=0.5.31 pyyaml>=6.0 diff --git a/general-superstaq/general_superstaq/_version.py b/general-superstaq/general_superstaq/_version.py index 05eea6602..acb274b0c 100644 --- a/general-superstaq/general_superstaq/_version.py +++ b/general-superstaq/general_superstaq/_version.py @@ -1 +1 @@ -__version__ = "0.5.30" +__version__ = "0.5.31" diff --git a/qiskit-superstaq/dev-requirements.txt b/qiskit-superstaq/dev-requirements.txt index ed57c1765..e8ef7b394 100644 --- a/qiskit-superstaq/dev-requirements.txt +++ b/qiskit-superstaq/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.30 +checks-superstaq~=0.5.31 diff --git a/qiskit-superstaq/requirements.txt b/qiskit-superstaq/requirements.txt index 56b59d318..96ded2224 100644 --- a/qiskit-superstaq/requirements.txt +++ b/qiskit-superstaq/requirements.txt @@ -1,3 +1,3 @@ -general-superstaq~=0.5.30 +general-superstaq~=0.5.31 qiskit>=1.0.0 symengine~=0.13.0 diff --git a/supermarq-benchmarks/dev-requirements.txt b/supermarq-benchmarks/dev-requirements.txt index ed57c1765..e8ef7b394 100644 --- a/supermarq-benchmarks/dev-requirements.txt +++ b/supermarq-benchmarks/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.30 +checks-superstaq~=0.5.31 diff --git a/supermarq-benchmarks/requirements.txt b/supermarq-benchmarks/requirements.txt index 1f26b24dd..37fc3c1d9 100644 --- a/supermarq-benchmarks/requirements.txt +++ b/supermarq-benchmarks/requirements.txt @@ -1,4 +1,4 @@ -cirq-superstaq~=0.5.30 -qiskit-superstaq~=0.5.30 +cirq-superstaq~=0.5.31 +qiskit-superstaq~=0.5.31 scikit-learn>=1.0 seaborn>=0.13.2