build(deps): bump pyo3 from 0.21.2 to 0.24.1

Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.21.2 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.21.2...v0.24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-02 13:23:37 +00:00 committed by GitHub
parent fa02eddc1e
commit f41e1a5d97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 77 deletions

View file

@ -13,5 +13,5 @@ crate-type = ["cdylib", "rlib"]
anyhow = "1.0.86"
csv = "1.3.0"
czv = { path = "../czv" }
pyo3 = { version = "0.21.2", features = ["anyhow", "extension-module"] }
pyo3 = { version = "0.24.1", features = ["anyhow", "extension-module"] }
thiserror = "1.0.61"