Skip to content

Commit

Permalink
chore(deps): update pythonize requirement from 0.19.0 to 0.20.0
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 00dfe85 commit f364faa
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 @@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "1.4", features = ["serde"] }
pyo3 = { version = "0.19.0", optional = true }
pythonize = { version = "0.19.0", optional = true }
pythonize = { version = "0.20.0", optional = true }


[features]
Expand Down

0 comments on commit f364faa

Please sign in to comment.