From 1c923596f97b32ce5c2182378ca83e8fd1f03dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:09:40 +0000 Subject: [PATCH] infra: bump the dev-dependencies group Bumps the dev-dependencies group in /base/jobs/docker/1.0/py3 with 7 updates: | Package | From | To | | --- | --- | --- | | [amazon-braket-default-simulator](https://github.com/amazon-braket/amazon-braket-default-simulator-python) | `1.22.0` | `1.23.0` | | [amazon-braket-pennylane-plugin](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python) | `1.24.6` | `1.25.0` | | [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) | `1.77.5` | `1.78.0` | | [awscli](https://github.com/aws/aws-cli) | `1.32.85` | `1.32.89` | | [botocore](https://github.com/boto/botocore) | `1.34.85` | `1.34.89` | | [boto3](https://github.com/boto/boto3) | `1.34.85` | `1.34.89` | | [dask](https://github.com/dask/dask) | `2024.4.1` | `2024.4.2` | Updates `amazon-braket-default-simulator` from 1.22.0 to 1.23.0 - [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](https://github.com/amazon-braket/amazon-braket-default-simulator-python/compare/v1.22.0...v1.23.0) Updates `amazon-braket-pennylane-plugin` from 1.24.6 to 1.25.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](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python/compare/v1.24.6...v1.25.0) Updates `amazon-braket-sdk` from 1.77.5 to 1.78.0 - [Release notes](https://github.com/amazon-braket/amazon-braket-sdk-python/releases) - [Changelog](https://github.com/amazon-braket/amazon-braket-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/amazon-braket/amazon-braket-sdk-python/compare/v1.77.5...v1.78.0) Updates `awscli` from 1.32.85 to 1.32.89 - [Release notes](https://github.com/aws/aws-cli/releases) - [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/aws/aws-cli/compare/1.32.85...1.32.89) Updates `botocore` from 1.34.85 to 1.34.89 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.85...1.34.89) Updates `boto3` from 1.34.85 to 1.34.89 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.34.85...1.34.89) Updates `dask` from 2024.4.1 to 2024.4.2 - [Release notes](https://github.com/dask/dask/releases) - [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/dask/compare/2024.4.1...2024.4.2) --- updated-dependencies: - dependency-name: amazon-braket-default-simulator dependency-type: direct:production update-type: version-update:semver-minor 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: amazon-braket-sdk 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: dask dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- base/jobs/docker/1.0/py3/requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/base/jobs/docker/1.0/py3/requirements.txt b/base/jobs/docker/1.0/py3/requirements.txt index 093f0c2..820d449 100644 --- a/base/jobs/docker/1.0/py3/requirements.txt +++ b/base/jobs/docker/1.0/py3/requirements.txt @@ -1,11 +1,11 @@ -amazon-braket-default-simulator==1.22.0 +amazon-braket-default-simulator==1.23.0 amazon-braket-schemas==1.21.4 -amazon-braket-pennylane-plugin==1.24.6 -amazon-braket-sdk==1.77.5 -awscli==1.32.85 -botocore==1.34.85 -boto3==1.34.85 -dask==2024.4.1 +amazon-braket-pennylane-plugin==1.25.0 +amazon-braket-sdk==1.78.0 +awscli==1.32.89 +botocore==1.34.89 +boto3==1.34.89 +dask==2024.4.2 matplotlib==3.8.4 numpy==1.26.4 pandas==2.2.2