From 816e4a6f2d35973db1d6fda285b320961def188b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 12:09:46 +0000 Subject: [PATCH] Update pyo3 requirement from 0.15 to 0.18 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.15.0...v0.18.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 18bf36ee6bb..b4b8caa4ea1 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -53,7 +53,7 @@ chrono-tz = {version = "0.6", optional = true} flatbuffers = { version = "=2.0.0", optional = true } hex = "0.4" comfy-table = { version = "5.0", optional = true, default-features = false } -pyo3 = { version = "0.15", optional = true } +pyo3 = { version = "0.18", optional = true } lexical-core = "^0.8" multiversion = "0.6.1" bitflags = "1.2.1"