From bc4fec88dbc111da20eaf84f9e66f22893dbf9cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 04:53:29 +0000 Subject: [PATCH] Update pyquil requirement from ~=3.5.4 to ~=4.0.2 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.0.2) --- 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 ccf7d7010..19c2147bd 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -2,7 +2,7 @@ qiskit~=0.44.1 qiskit-aer~=0.12.2 qiskit-ibm-provider~=0.7.0 -pyquil~=3.5.4 +pyquil~=4.0.2 pennylane-qiskit~=0.31.0 pennylane~=0.32.0 amazon-braket-sdk~=1.55.1