From 867153ea66b92e87bf0235afe81981aff76012f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:08:11 +0100 Subject: [PATCH] Update pytket-cirq requirement in the python-packages group (#128) Updates the requirements on [pytket-cirq](https://github.com/CQCL/pytket-cirq) to permit the latest version. Updates `pytket-cirq` to 0.37.0 - [Release notes](https://github.com/CQCL/pytket-cirq/releases) - [Changelog](https://github.com/CQCL/pytket-cirq/blob/main/docs/changelog.rst) - [Commits](https://github.com/CQCL/pytket-cirq/compare/v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: pytket-cirq dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index cd85c92..a9d7598 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ flaky pytest pytest-mock -pytket-cirq~=0.36.0 +pytket-cirq~=0.37.0