Skip to content

Commit

Permalink
Bump pyo3 from 0.17.2 to 0.17.3 (#723)
Browse files Browse the repository at this point in the history
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.17.2 to 0.17.3.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.17.2...v0.17.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit d91f488)

# Conflicts:
#	Cargo.lock
#	Cargo.toml
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Nov 8, 2022
1 parent 17c178f commit ba568b8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ serde_json = "1.0"
rustworkx-core = { path = "rustworkx-core", version = "=0.12.0" }

[dependencies.pyo3]
<<<<<<< HEAD
version = "0.16.6"
=======
version = "0.17.3"
>>>>>>> d91f488 (Bump pyo3 from 0.17.2 to 0.17.3 (#723))
features = ["extension-module", "hashbrown", "num-bigint", "num-complex", "indexmap"]

[dependencies.hashbrown]
Expand Down

0 comments on commit ba568b8

Please sign in to comment.