Skip to content

Commit

Permalink
infra: bump the dev-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [botocore](https://github.com/boto/botocore) | `1.34.113` | `1.34.117` |
| [awscli](https://github.com/aws/aws-cli) | `1.32.113` | `1.32.117` |
| [boto3](https://github.com/boto/boto3) | `1.34.113` | `1.34.117` |
| [amazon-braket-pennylane-plugin](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python) | `1.27.3` | `1.27.4` |
| [pennylane](https://github.com/PennyLaneAI/pennylane) | `0.35.1` | `0.36.0` |
| [pennylane-lightning](https://github.com/PennyLaneAI/pennylane-lightning) | `0.35.1` | `0.36.0` |
| [qiskit-aer](https://github.com/Qiskit/qiskit-aer) | `0.14.0.1` | `0.14.2` |


Updates `botocore` from 1.34.113 to 1.34.117
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.34.113...1.34.117)

Updates `awscli` from 1.32.113 to 1.32.117
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.32.113...1.32.117)

Updates `boto3` from 1.34.113 to 1.34.117
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.113...1.34.117)

Updates `amazon-braket-pennylane-plugin` from 1.27.3 to 1.27.4
- [Release notes](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-pennylane-plugin-python@v1.27.3...v1.27.4)

Updates `pennylane` from 0.35.1 to 0.36.0
- [Release notes](https://github.com/PennyLaneAI/pennylane/releases)
- [Commits](PennyLaneAI/pennylane@v0.35.1...v0.36.0)

Updates `pennylane-lightning` from 0.35.1 to 0.36.0
- [Release notes](https://github.com/PennyLaneAI/pennylane-lightning/releases)
- [Commits](PennyLaneAI/pennylane-lightning@v0.35.1...v0.36.0)

Updates `qiskit-aer` from 0.14.0.1 to 0.14.2
- [Release notes](https://github.com/Qiskit/qiskit-aer/releases)
- [Commits](https://github.com/Qiskit/qiskit-aer/commits/0.14.2)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: amazon-braket-pennylane-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: pennylane
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pennylane-lightning
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent fca1c23 commit bad0f5a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
botocore==1.34.113
awscli==1.32.113
boto3==1.34.113
botocore==1.34.117
awscli==1.32.117
boto3==1.34.117
amazon-braket-default-simulator==1.23.2
amazon-braket-pennylane-plugin==1.27.3
amazon-braket-pennylane-plugin==1.27.4
amazon-braket-schemas==1.22.0
amazon-braket-sdk==1.80.0
amazon-braket-algorithm-library==1.4.11
Expand All @@ -20,9 +20,9 @@ openfermion==1.6.1
openfermionpyscf==0.5
optax==0.2.2
pandas==2.2.2
pennylane==0.35.1
PennyLane-Lightning==0.35.1
qiskit-aer==0.14.0.1
pennylane==0.36.0
PennyLane-Lightning==0.36.0
qiskit-aer==0.14.2
qiskit-algorithms==0.3.0
qiskit-braket-provider==0.4.0
qiskit==1.0.2
Expand Down

0 comments on commit bad0f5a

Please sign in to comment.