From 3e5bdb76657fc93c2103bd52cabd0ffec7a23cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 18:52:04 +0100 Subject: [PATCH] Update amazon-braket-sdk requirement from ~=1.14.0 to ~=1.15.0 (#1137) * Update amazon-braket-sdk requirement from ~=1.14.0 to ~=1.15.0 Updates the requirements on [amazon-braket-sdk](https://github.com/aws/amazon-braket-sdk-python) to permit the latest version. - [Release notes](https://github.com/aws/amazon-braket-sdk-python/releases) - [Changelog](https://github.com/aws/amazon-braket-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/amazon-braket-sdk-python/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: amazon-braket-sdk dependency-type: direct:development ... Signed-off-by: dependabot[bot] * empty commit to trigger tests Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: andreamari --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 97a2f4df78..228eee43e9 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -3,7 +3,7 @@ qiskit~=0.32.1 pyquil~=3.0.0 pennylane-qiskit~=0.20.0 pennylane~=0.21.0 -amazon-braket-sdk~=1.14.0 +amazon-braket-sdk~=1.15.0 # Unit tests, coverage, and formatting/style. pytest-xdist[psutil]~=2.5.0