From 08ea6f05b4ae99f8e731d71e2f1a303f6f671f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:04:35 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.20 to 0.21 Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.20.0...v0.20.3) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8c1d836..c42e1b59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ missing_docs = "warn" tket2 = { path = "./tket2" } quantinuum-hugr = "0.2" portgraph = "0.11" -pyo3 = "0.20" +pyo3 = "0.21" itertools = "0.12.0" tket-json-rs = "0.3.0" tracing = "0.1.37"