Skip to content

Commit c5f2982

Browse files
dependabot[bot]stefan-k
authored andcommitted
Update pyo3 requirement from =0.20.2 to =0.21.0
Updates the requirements on [pyo3](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.20.2...v0.21.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73c52ce commit c5f2982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/argmin-testfunctions-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ crate-type = ["cdylib"]
2020
[dependencies]
2121
argmin_testfunctions = { version = "0.2.0", path = "../../crates/argmin-testfunctions" }
2222
paste = "1"
23-
pyo3 = "=0.20.2"
23+
pyo3 = "=0.21.0"

0 commit comments

Comments
 (0)