Skip to content

Commit

Permalink
build(deps): update pyo3 requirement from 0.21.2 to 0.22.0
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/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.21.2...v0.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 6fa6f30 commit 13b9f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "biobear"
arrow = { version = "52.0.0", features = ["pyarrow"] }
datafusion = "39"
exon = { version = "0.26", features = ["default"] }
pyo3 = "0.21.2"
pyo3 = "0.22.0"
tokio = { version = "1", features = ["rt"] }
noodles = { version = "0.77", features = ["core"] }

Expand Down

0 comments on commit 13b9f73

Please sign in to comment.