Update pyo3-build-config requirement from 0.23.2 to 0.24.0 (#3058)

Updates the requirements on [pyo3-build-config](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.2...v0.23.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-10 14:58:24 +01:00 committed by GitHub
parent 15da05f8e8
commit 8233117962
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,7 +109,7 @@ postcard = { version = "1.0.10", features = [
"alloc", "alloc",
], default-features = false } # no_std compatible serde serialization format ], default-features = false } # no_std compatible serde serialization format
pyo3 = "0.23.2" pyo3 = "0.23.2"
pyo3-build-config = "0.23.2" pyo3-build-config = "0.24.0"
rangemap = "1.5.1" rangemap = "1.5.1"
regex = "1.10.6" regex = "1.10.6"
rustversion = "1.0.17" rustversion = "1.0.17"