From 083ac5f612cca532276220150bfbf6b4090ffc28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 04:37:46 +0000 Subject: [PATCH] Update amazon-braket-sdk requirement from ~=1.69.0 to ~=1.73.2 Updates the requirements on [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) to permit the latest version. - [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.69.0...v1.73.2) --- updated-dependencies: - dependency-name: amazon-braket-sdk dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 3ff77c93f..ef23c442f 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -5,7 +5,7 @@ qiskit-ibm-provider~=0.10.0 pyquil~=3.5.4 pennylane-qiskit~=0.35.1 pennylane~=0.35.1 -amazon-braket-sdk~=1.69.0 +amazon-braket-sdk~=1.73.2 qibo==0.2.4 # TODO: unpin this # Unit tests, coverage, and formatting/style.