From 70a325e2ba529c333902dda3e81aada7ee42a845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:20:57 -0800 Subject: [PATCH] Update amazon-braket-sdk requirement from ~=1.68.3 to ~=1.69.0 (#2177) 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.68.3...v1.69.0) --- updated-dependencies: - dependency-name: amazon-braket-sdk dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 724429ff80..7a38e1923c 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -5,7 +5,7 @@ qiskit-ibm-provider~=0.8.0 pyquil~=3.5.4 pennylane-qiskit~=0.34.0 pennylane~=0.34.0 -amazon-braket-sdk~=1.68.3 +amazon-braket-sdk~=1.69.0 # Unit tests, coverage, and formatting/style. pytest==8.0.0