From 971366b1f5aaf03b34fe357742ea5bd2451b8fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 17:55:57 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.23.0 to 0.24.2 in /eppo_core 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.23.0...v0.24.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.24.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- eppo_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eppo_core/Cargo.toml b/eppo_core/Cargo.toml index 7bb1a8d1..e18562bd 100644 --- a/eppo_core/Cargo.toml +++ b/eppo_core/Cargo.toml @@ -46,7 +46,7 @@ uuid = { version = "1.11.0", features = ["v4", "serde"], optional = true } exponential-backoff = { version = "2.0.0", optional = true } # pyo3 dependencies -pyo3 = { version = "0.23.0", optional = true, default-features = false } +pyo3 = { version = "0.24.2", optional = true, default-features = false } serde-pyobject = { version = "0.6.0", optional = true } # magnus dependencies