Skip to content

Commit

Permalink
Update pyo3 requirement from 0.15 to 0.16 (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 1, 2022
1 parent 6ee51bc commit e89777f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arrow-pyarrow-integration-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ crate-type = ["cdylib"]

[dependencies]
arrow = { path = "../arrow", version = "9.1.0", features = ["pyarrow"] }
pyo3 = { version = "0.15", features = ["extension-module"] }
pyo3 = { version = "0.16", features = ["extension-module"] }

[package.metadata.maturin]
requires-dist = ["pyarrow>=1"]
2 changes: 1 addition & 1 deletion arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ chrono-tz = {version = "0.6", optional = true}
flatbuffers = { version = "=2.1.1", optional = true }
hex = "0.4"
comfy-table = { version = "5.0", optional = true, default-features = false }
pyo3 = { version = "0.15", optional = true }
pyo3 = { version = "0.16", optional = true }
lexical-core = "^0.8"
multiversion = "0.6.1"
bitflags = "1.2.1"
Expand Down

0 comments on commit e89777f

Please sign in to comment.