Skip to content

Commit d3e3b7b

Browse files
infra: bump the dev-dependencies group across 1 directory with 6 updates
Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [botocore](https://github.com/boto/botocore) | `1.38.18` | `1.38.30` | | [awscli](https://github.com/aws/aws-cli) | `1.40.17` | `1.40.29` | | [boto3](https://github.com/boto/boto3) | `1.38.18` | `1.38.30` | | [amazon-braket-default-simulator](https://github.com/amazon-braket/amazon-braket-default-simulator-python) | `1.26.4` | `1.26.5` | | [qiskit-aer](https://github.com/Qiskit/qiskit-aer) | `0.17.0` | `0.17.1` | | [qiskit](https://github.com/Qiskit/qiskit) | `1.4.2` | `1.4.3` | Updates `botocore` from 1.38.18 to 1.38.30 - [Commits](boto/botocore@1.38.18...1.38.30) Updates `awscli` from 1.40.17 to 1.40.29 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](aws/aws-cli@1.40.17...1.40.29) Updates `boto3` from 1.38.18 to 1.38.30 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.18...1.38.30) Updates `amazon-braket-default-simulator` from 1.26.4 to 1.26.5 - [Release notes](https://github.com/amazon-braket/amazon-braket-default-simulator-python/releases) - [Changelog](https://github.com/amazon-braket/amazon-braket-default-simulator-python/blob/main/CHANGELOG.md) - [Commits](amazon-braket/amazon-braket-default-simulator-python@v1.26.4...v1.26.5) Updates `qiskit-aer` from 0.17.0 to 0.17.1 - [Release notes](https://github.com/Qiskit/qiskit-aer/releases) - [Commits](Qiskit/qiskit-aer@0.17...0.17.1) Updates `qiskit` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/Qiskit/qiskit/releases) - [Changelog](https://github.com/Qiskit/qiskit/blob/main/docs/release_notes.rst) - [Commits](Qiskit/qiskit@1.4.2...1.4.3) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.38.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: awscli dependency-version: 1.40.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: boto3 dependency-version: 1.38.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: amazon-braket-default-simulator dependency-version: 1.26.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: qiskit-aer dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: qiskit dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4bfb423 commit d3e3b7b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
botocore==1.38.18
2-
awscli==1.40.17
3-
boto3==1.38.18
4-
amazon-braket-default-simulator==1.26.4
1+
botocore==1.38.30
2+
awscli==1.40.29
3+
boto3==1.38.30
4+
amazon-braket-default-simulator==1.26.5
55
amazon-braket-pennylane-plugin==1.28.0 # pin until we support higher glibc version
66
amazon-braket-schemas==1.24.0
77
amazon-braket-sdk==1.91.2
@@ -23,10 +23,10 @@ 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.17.0
26+
qiskit-aer==0.17.1
2727
qiskit-algorithms==0.3.1
2828
qiskit-braket-provider==0.4.5
29-
qiskit==1.4.2
29+
qiskit==1.4.3
3030
scipy==1.13.1 # Scipy 1.14.0 requires Python >=3.10
3131
scs<3.2.6 # Pinned for GLIBC 2.26 compatability
3232
sympy<1.13 # Sympy 1.13 produces different results for Simon's algorithm

0 commit comments

Comments
 (0)