Skip to content

Commit

Permalink
infra: bump the dev-dependencies group
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /tensorflow/jobs/docker/2.14/py3 with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [amazon-braket-default-simulator](https://github.com/amazon-braket/amazon-braket-default-simulator-python) | `1.23.0` | `1.23.1` |
| [amazon-braket-pennylane-plugin](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python) | `1.25.0` | `1.26.0` |
| [awscli](https://github.com/aws/aws-cli) | `1.32.89` | `1.32.94` |
| [botocore](https://github.com/boto/botocore) | `1.34.89` | `1.34.94` |
| [boto3](https://github.com/boto/boto3) | `1.34.89` | `1.34.94` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.7.0` | `2.7.1` |


Updates `amazon-braket-default-simulator` from 1.23.0 to 1.23.1
- [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.23.0...v1.23.1)

Updates `amazon-braket-pennylane-plugin` from 1.25.0 to 1.26.0
- [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.25.0...v1.26.0)

Updates `awscli` from 1.32.89 to 1.32.94
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst)
- [Commits](aws/aws-cli@1.32.89...1.32.94)

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

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

Updates `pydantic` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.0...v2.7.1)

---
updated-dependencies:
- dependency-name: amazon-braket-default-simulator
  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-minor
  dependency-group: dev-dependencies
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: botocore
  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: pydantic
  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 Apr 29, 2024
1 parent 1df9757 commit 0651edf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tensorflow/jobs/docker/2.14/py3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
amazon-braket-default-simulator==1.23.0
amazon-braket-default-simulator==1.23.1
amazon-braket-schemas==1.21.4
amazon-braket-pennylane-plugin==1.25.0
amazon-braket-pennylane-plugin==1.26.0
amazon-braket-sdk==1.78.0
awscli==1.32.89
botocore==1.34.89
boto3==1.34.89
awscli==1.32.94
botocore==1.34.94
boto3==1.34.94
dask==2024.4.2
h5py==3.11.0
ipykernel==6.29.4
Expand All @@ -17,7 +17,7 @@ openfermion==1.6.1
pandas==2.2.2
PennyLane==0.35.1
PennyLane-Lightning==0.35.1
pydantic==2.7.0
pydantic==2.7.1
requests==2.31.0
sagemaker-training==4.7.4
scikit-learn==1.4.2
Expand Down

0 comments on commit 0651edf

Please sign in to comment.