From 21a202767e61a42bee91661dc86d7c2e3e8ac4e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:54:27 +0000 Subject: [PATCH 1/2] infra: bump the dev-dependencies group across 1 directory with 7 updates Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [botocore](https://github.com/boto/botocore) | `1.36.6` | `1.36.17` | | [awscli](https://github.com/aws/aws-cli) | `1.37.6` | `1.37.17` | | [boto3](https://github.com/boto/boto3) | `1.36.6` | `1.36.17` | | [amazon-braket-default-simulator](https://github.com/amazon-braket/amazon-braket-default-simulator-python) | `1.26.3` | `1.26.4` | | [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) | `1.88.3` | `1.89.0` | | [qiskit-aer](https://github.com/Qiskit/qiskit-aer) | `0.16.0` | `0.16.1` | | [qiskit-braket-provider](https://github.com/qiskit-community/qiskit-braket-provider) | `0.4.1` | `0.4.2` | Updates `botocore` from 1.36.6 to 1.36.17 - [Commits](https://github.com/boto/botocore/compare/1.36.6...1.36.17) Updates `awscli` from 1.37.6 to 1.37.17 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.37.6...1.37.17) Updates `boto3` from 1.36.6 to 1.36.17 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.36.6...1.36.17) Updates `amazon-braket-default-simulator` from 1.26.3 to 1.26.4 - [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.26.3...v1.26.4) Updates `amazon-braket-sdk` from 1.88.3 to 1.89.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.88.3...v1.89.0) Updates `qiskit-aer` from 0.16.0 to 0.16.1 - [Release notes](https://github.com/Qiskit/qiskit-aer/releases) - [Commits](https://github.com/Qiskit/qiskit-aer/compare/0.16...0.16.1) Updates `qiskit-braket-provider` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/qiskit-community/qiskit-braket-provider/releases) - [Commits](https://github.com/qiskit-community/qiskit-braket-provider/compare/v0.4.1...v0.4.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-default-simulator dependency-type: direct:production update-type: version-update:semver-patch 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: qiskit-aer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: qiskit-braket-provider dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 488adb9b..084a0f6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -botocore==1.36.6 -awscli==1.37.6 -boto3==1.36.6 -amazon-braket-default-simulator==1.26.3 +botocore==1.36.17 +awscli==1.37.17 +boto3==1.36.17 +amazon-braket-default-simulator==1.26.4 amazon-braket-pennylane-plugin==1.28.0 # pin until we support higher glibc version amazon-braket-schemas==1.23.1 -amazon-braket-sdk==1.88.3 +amazon-braket-sdk==1.89.0 amazon-braket-algorithm-library==1.5.1 cvxpy==1.6.0 ipykernel==6.29.5 @@ -23,9 +23,9 @@ optax==0.2.4 pandas==2.2.3 pennylane==0.35.1 # pin until we support higher glibc version PennyLane-Lightning==0.35.1 # pin until we support higher glibc version -qiskit-aer==0.16.0 +qiskit-aer==0.16.1 qiskit-algorithms==0.3.1 -qiskit-braket-provider==0.4.1 +qiskit-braket-provider==0.4.2 qiskit==1.2.0 scipy==1.13.1 # Scipy 1.14.0 requires Python >=3.10 scs<3.2.6 # Pinned for GLIBC 2.26 compatability From b9b276a88ca9327be0003d4602af5d4c8ca92381 Mon Sep 17 00:00:00 2001 From: Ryan Shaffer <3620100+rmshaffer@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:00:29 -0500 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 084a0f6f..09ca5e12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ boto3==1.36.17 amazon-braket-default-simulator==1.26.4 amazon-braket-pennylane-plugin==1.28.0 # pin until we support higher glibc version amazon-braket-schemas==1.23.1 -amazon-braket-sdk==1.89.0 +amazon-braket-sdk==1.88.3 amazon-braket-algorithm-library==1.5.1 cvxpy==1.6.0 ipykernel==6.29.5