From 2e393a42e245dbd008b8364c2bd6f233a7995d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 00:55:15 +0000 Subject: [PATCH] Update pyo3 requirement from 0.14 to 0.15 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](https://github.com/pyo3/pyo3/compare/v0.14.0...v0.15.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datafusion/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml index d5334130dd8d..24a63c55f682 100644 --- a/datafusion/Cargo.toml +++ b/datafusion/Cargo.toml @@ -76,7 +76,7 @@ smallvec = { version = "1.6", features = ["union"] } rand = "0.8" avro-rs = { version = "0.13", features = ["snappy"], optional = true } num-traits = { version = "0.2", optional = true } -pyo3 = { version = "0.14", optional = true } +pyo3 = { version = "0.15", optional = true } tempfile = "3" [dev-dependencies]