From 52a97aada8f030ba55cbb52711f7cea7adf62d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 02:33:17 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.19 to 0.20 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.19.0...v0.19.2) --- 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 fc6dfa39f..8b592a079 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ members = ["pyrs", "compile-rewriter", "taso-optimiser"] quantinuum-hugr = { git = "https://github.com/CQCL-DEV/hugr", rev = "9254ac7" } portgraph = { version = "0.9", features = ["serde"] } -pyo3 = { version = "0.19" } +pyo3 = { version = "0.20" } itertools = { version = "0.11.0" } tket-json-rs = { git = "https://github.com/CQCL/tket-json-rs", rev = "619db15d3", features = [ "tket2ops",