Skip to content

Commit b7db1e0

Browse files
committed
Bump PyO3 to 0.29.0
1 parent 9544801 commit b7db1e0

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/target
1+
target/
22

33
*~
44
*.py[cod]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ name = "neo4j_rust_ext"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
pyo3 = "0.28.3"
13+
pyo3 = "0.29.0"

changelog.d/95.improve.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update `PyO3` from `0.28.8` to `0.29.0`<ISSUES_LIST>.
2+
This fixes GHSA-36hh-v3qg-5jq4, even though this project is not believed to be vulnerable to this issue.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ dep-project-dependencies = [
9797
]
9898

9999
[tool.maturin]
100-
features = ["pyo3/extension-module", "pyo3/generate-import-lib"]
101100
module-name = "neo4j._rust"
102101
exclude = [
103102
"/.editorconfig",

0 commit comments

Comments
 (0)