build(deps): bump pyo3 from 0.24.0 to 0.24.1

Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.24.0 to 0.24.1.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.24.0...v0.24.1)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-version: 0.24.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-11 07:01:07 +00:00
committed by GitHub
parent e3a4400329
commit a56e6ebc7d
2 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ extension-module = ["pyo3/extension-module"]
[dependencies]
anyhow = "1.0"
limbo_core = { path = "../../core", features = ["io_uring"] }
pyo3 = { version = "0.24.0", features = ["anyhow"] }
pyo3 = { version = "0.24.1", features = ["anyhow"] }
[build-dependencies]
version_check = "0.9.5"