This is an automated email from the ASF dual-hosted git repository.
asukaminato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 4e4fa684a chore(deps): bump the pyo3-dependencies group in
/bindings/python with 2 updates (#6360)
4e4fa684a is described below
commit 4e4fa684a51b68c852c8542fa7e502cbbe11f9d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 2 11:40:57 2025 +0900
chore(deps): bump the pyo3-dependencies group in /bindings/python with 2
updates (#6360)
chore(deps): bump the pyo3-dependencies group
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) and
[pyo3-async-runtimes](https://github.com/PyO3/pyo3-async-runtimes) to permit
the latest version.
Updates `pyo3` to 0.24.2
- [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.24.1...v0.24.2)
Updates `pyo3-async-runtimes` to 0.25.0
- [Release notes](https://github.com/PyO3/pyo3-async-runtimes/releases)
-
[Changelog](https://github.com/PyO3/pyo3-async-runtimes/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/PyO3/pyo3-async-runtimes/compare/v0.24.0...v0.25.0)
---
updated-dependencies:
- dependency-name: pyo3
dependency-version: 0.24.2
dependency-type: direct:production
dependency-group: pyo3-dependencies
- dependency-name: pyo3-async-runtimes
dependency-version: 0.25.0
dependency-type: direct:production
dependency-group: pyo3-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
bindings/python/Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index 630d0d8ab..6b05efad3 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -166,8 +166,8 @@ opendal = { version = ">=0", path = "../../core", features
= [
"blocking",
"layers-mime-guess"
] }
-pyo3 = { version = "0.24.1", features = ["generate-import-lib", "chrono"] }
-pyo3-async-runtimes = { version = "0.24.0", features = ["tokio-runtime"] }
+pyo3 = { version = "0.25.1", features = ["generate-import-lib", "chrono"] }
+pyo3-async-runtimes = { version = "0.25.0", features = ["tokio-runtime"] }
tokio = "1"
[target.'cfg(unix)'.dependencies.opendal]