From 6a3092d2ba6beea9582896b48ce360460114859e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 04:23:03 +0000 Subject: [PATCH] Update amazon-braket-sdk requirement from ~=1.54.1 to ~=1.55.1 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.54.1...v1.55.1) --- 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 5368d36d7f..0aa3c458a8 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -5,7 +5,7 @@ qiskit-ibm-provider~=0.7.0 pyquil~=3.5.4 pennylane-qiskit~=0.31.0 pennylane~=0.32.0 -amazon-braket-sdk~=1.54.1 +amazon-braket-sdk~=1.55.1 # Unit tests, coverage, and formatting/style. pytest==7.1.3