Bump pyo3 from 0.24.2 to 0.28.2 in /reconcile-python

Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.24.2 to 0.28.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.2...v0.28.2)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-version: 0.28.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-11 21:25:52 +00:00 committed by GitHub
parent cc16505ef9
commit fd1074eb90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 58 deletions

View file

@ -13,4 +13,4 @@ crate-type = ["cdylib"]
[dependencies]
reconcile-text = { path = ".." }
pyo3 = { version = "0.24", features = ["extension-module"] }
pyo3 = { version = "0.28", features = ["extension-module"] }