Skip to content

Commit

Permalink
Merge pull request #1007 from jqnatividad/dependabot/cargo/pyo3-0.19.0
Browse files Browse the repository at this point in the history
Bump pyo3 from 0.18.3 to 0.19.0
  • Loading branch information
jqnatividad authored Jun 1, 2023
2 parents de86442 + 462c32e commit 25a891b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
33 changes: 21 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ polars = { version = "0.30", features = [
"cross_join",
"semi_anti_join",
], optional = true }
pyo3 = { version = "0.18", features = ["auto-initialize"], optional = true }
pyo3 = { version = "0.19", features = ["auto-initialize"], optional = true }
qsv-dateparser = "0.8"
qsv_docopt = "1.2"
qsv-stats = "0.9"
Expand Down

0 comments on commit 25a891b

Please sign in to comment.