From 7a9b191d8e42ca10c8d734695d9ef08064ca51a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 01:59:09 +0000 Subject: [PATCH] Update pyquil requirement from ~=3.5.4 to ~=4.3.0 Updates the requirements on [pyquil](https://github.com/rigetti/pyquil) to permit the latest version. - [Release notes](https://github.com/rigetti/pyquil/releases) - [Changelog](https://github.com/rigetti/pyquil/blob/master/CHANGELOG.md) - [Commits](https://github.com/rigetti/pyquil/compare/v3.5.4...v4.3.0) --- updated-dependencies: - dependency-name: pyquil 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 ceae8cb5bd..1d5880d40c 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -2,7 +2,7 @@ qiskit~=0.45.1 qiskit-aer~=0.13.1 qiskit-ibm-provider~=0.7.2 -pyquil~=3.5.4 +pyquil~=4.3.0 pennylane-qiskit~=0.33.1 pennylane~=0.33.1 amazon-braket-sdk~=1.62.1