From 244c6c0ec6cb0c2bbe16b855fbb0d4cb2b693582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 04:59:31 +0000 Subject: [PATCH] Update pytket-qiskit requirement in the python-dependencies group Updates the requirements on [pytket-qiskit](https://github.com/CQCL/pytket-qiskit) to permit the latest version. Updates `pytket-qiskit` to 0.53.0 - [Release notes](https://github.com/CQCL/pytket-qiskit/releases) - [Changelog](https://github.com/CQCL/pytket-qiskit/blob/develop/docs/changelog.rst) - [Commits](https://github.com/CQCL/pytket-qiskit/compare/v0.50.0...v0.53.0) --- updated-dependencies: - dependency-name: pytket-qiskit dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad4ba0165..1ef0fa348 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ requires-python = ">=3.10" dynamic = ["version"] dependencies = [ - "pytket-qiskit>=0.50.0,<0.53.0", # manages the dependencies for qiskit and tket in a combined fashion + "pytket-qiskit>=0.50.0,<0.54.0", # manages the dependencies for qiskit and tket in a combined fashion "qiskit_optimization", "qiskit_nature", "qiskit_finance",