Skip to content

Commit

Permalink
Update pyo3-build-config requirement in /integration/sql (#1903)
Browse files Browse the repository at this point in the history
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](PyO3/pyo3@v0.17.3...v0.19.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2023
1 parent f93e095 commit 226208b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/sql/iface-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,7 @@ pyo3 = {version = "0.19.0", features = ["extension-module", "abi3", "abi3-py37",
sqlparser = {git = "https://github.com/OpenLineage/sqlparser-rs", branch = "release"}

[build-dependencies]
pyo3-build-config = {version = "0.17.3"}
pyo3-build-config = {version = "0.19.0"}

[features]
extension-module = ["pyo3/extension-module"]
Expand Down

0 comments on commit 226208b

Please sign in to comment.