Skip to content

Commit

Permalink
build(deps): update pyo3-build-config requirement from 0.22.2 to 0.23.1
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.22.2...v0.23.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Stranger6667 committed Nov 18, 2024
1 parent 1156b23 commit 025084a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jsonschema-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["cdylib"]

[build-dependencies]
built = { version = "0.7.1", features = ["cargo-lock", "chrono"] }
pyo3-build-config = { version = "0.22.2", features = ["resolve-config"] }
pyo3-build-config = { version = "0.23.1", features = ["resolve-config"] }

[dependencies]
jsonschema = { path = "../jsonschema/" }
Expand Down

0 comments on commit 025084a

Please sign in to comment.