Skip to content

Commit

Permalink
Bump pyo3 from 0.19.1 to 0.19.2 (#10543)
Browse files Browse the repository at this point in the history
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.19.1 to 0.19.2.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.19.1...v0.19.2)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 28113b6)
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Aug 1, 2023
1 parent 9642aa1 commit 46f19c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/accelerate/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ rustworkx-core = "0.13"
# The base version of PyO3 and setting a minimum feature set (e.g. probably just 'extension-module')
# can be done in the workspace and inherited once we hit Rust 1.64.
[dependencies.pyo3]
version = "0.19.1"
version = "0.19.2"
features = ["extension-module", "hashbrown", "indexmap", "num-complex", "num-bigint", "abi3-py38"]

[dependencies.ndarray]
Expand Down
2 changes: 1 addition & 1 deletion crates/qasm2/Cargo.toml
Expand Up @@ -13,4 +13,4 @@ crate-type = ["cdylib"]

[dependencies]
hashbrown = "0.12.3"
pyo3 = { version = "0.19.1", features = ["extension-module", "abi3-py38"] }
pyo3 = { version = "0.19.2", features = ["extension-module", "abi3-py38"] }

0 comments on commit 46f19c2

Please sign in to comment.