Skip to content

Commit c4cd9c2

Browse files
infra: bump the dev-dependencies group with 5 updates
Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [botocore](https://github.com/boto/botocore) | `1.36.26` | `1.37.4` | | [awscli](https://github.com/aws/aws-cli) | `1.37.26` | `1.38.4` | | [boto3](https://github.com/boto/boto3) | `1.36.26` | `1.37.4` | | [cvxpy](https://github.com/cvxpy/cvxpy) | `1.6.1` | `1.6.2` | | [qiskit-aer](https://github.com/Qiskit/qiskit-aer) | `0.16.1` | `0.16.2` | Updates `botocore` from 1.36.26 to 1.37.4 - [Commits](boto/botocore@1.36.26...1.37.4) Updates `awscli` from 1.37.26 to 1.38.4 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](aws/aws-cli@1.37.26...1.38.4) Updates `boto3` from 1.36.26 to 1.37.4 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.36.26...1.37.4) Updates `cvxpy` from 1.6.1 to 1.6.2 - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](cvxpy/cvxpy@v1.6.1...v1.6.2) Updates `qiskit-aer` from 0.16.1 to 0.16.2 - [Release notes](https://github.com/Qiskit/qiskit-aer/releases) - [Commits](Qiskit/qiskit-aer@0.16.1...0.16.2) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: cvxpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: qiskit-aer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a48476 commit c4cd9c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
botocore==1.36.26
2-
awscli==1.37.26
3-
boto3==1.36.26
1+
botocore==1.37.4
2+
awscli==1.38.4
3+
boto3==1.37.4
44
amazon-braket-default-simulator==1.26.4
55
amazon-braket-pennylane-plugin==1.28.0 # pin until we support higher glibc version
66
amazon-braket-schemas==1.23.1
77
amazon-braket-sdk==1.90.0
88
amazon-braket-algorithm-library==1.5.1
9-
cvxpy==1.6.1
9+
cvxpy==1.6.2
1010
ipykernel==6.29.5
1111
jax==0.4.29 # Jax 0.4.31 requires Python >=3.10 and 0.4.3 breaks openfermion https://github.com/quantumlib/OpenFermion/issues/893
1212
jaxlib==0.4.29 # Jaxlib 0.4.31 requires Python >=3.10
@@ -23,7 +23,7 @@ optax==0.2.4
2323
pandas==2.2.3
2424
pennylane==0.35.1 # pin until we support higher glibc version
2525
PennyLane-Lightning==0.35.1 # pin until we support higher glibc version
26-
qiskit-aer==0.16.1
26+
qiskit-aer==0.16.2
2727
qiskit-algorithms==0.3.1
2828
qiskit-braket-provider==0.4.3
2929
qiskit==1.2.0

0 commit comments

Comments
 (0)