Skip to content

Commit 6207197

Browse files
Update pythonize requirement from 0.26.0 to 0.27.0
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.26.0...v0.26.0) --- updated-dependencies: - dependency-name: pythonize dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3025eba commit 6207197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cellular_raza = { version = "0.4.0", features = [ "pyo3", "approx" ] }
1414
nalgebra = { version="0.34" }
1515
num = "0.4"
1616
pyo3 = { version = "0.26", features = ["serde"] }
17-
pythonize = "0.26.0"
17+
pythonize = "0.27.0"
1818
rand = "0.9"
1919
rand_chacha = "0.9"
2020
rand_distr = "0.5"

0 commit comments

Comments
 (0)