Skip to content

Commit

Permalink
build(deps): update pyo3 requirement from 0.22.2 to 0.23.2
Browse files Browse the repository at this point in the history
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/v0.22.6/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.22.2...v0.22.6)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 12c60ac commit b98ddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ futures = { workspace = true }
tokio = { workspace = true }

[dependencies.pyo3]
version = "0.22.2"
version = "0.23.3"
features = ["extension-module", "abi3", "abi3-py39"]

0 comments on commit b98ddfa

Please sign in to comment.