Skip to content

Commit

Permalink
Update pythonize requirement from 0.19 to 0.20
Browse files Browse the repository at this point in the history
Updates the requirements on [pythonize](https://github.com/davidhewitt/pythonize) to permit the latest version.
- [Release notes](https://github.com/davidhewitt/pythonize/releases)
- [Changelog](https://github.com/davidhewitt/pythonize/blob/main/CHANGELOG.md)
- [Commits](davidhewitt/pythonize@v0.19.0...v0.19.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 311a015 commit 9e9a96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ num = "0.4.0"
enum-iterator = "1.4.0"
getrandom = { version = "0.2", features = ["js"] }
typed-builder = "0.17.0"
pythonize = { version = "0.19", optional = true }
pythonize = { version = "0.20", optional = true }

[dev-dependencies]
polars = { version = "0.33.2", features = ["parquet"] }
Expand Down

0 comments on commit 9e9a96d

Please sign in to comment.