From 197a46a19ec40f9a532a1453d929f6dd2e307511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:59:04 +0000 Subject: [PATCH] Update amazon-braket-sdk requirement from ~=1.66.0 to ~=1.68.3 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.66.0...v1.68.3) --- 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 488e1065c..bcbf527c3 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.66.0 +amazon-braket-sdk~=1.68.3 # Unit tests, coverage, and formatting/style. pytest==8.0.0