Skip to content

Commit 4477692

Browse files
authored
bump to PyO3 0.22.6 (#1550)
1 parent afd23ee commit 4477692

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rust-version = "1.75"
2929
[dependencies]
3030
# TODO it would be very nice to remove the "py-clone" feature as it can panic,
3131
# but needs a bit of work to make sure it's not used in the codebase
32-
pyo3 = { version = "0.22.5", features = ["generate-import-lib", "num-bigint", "py-clone"] }
32+
pyo3 = { version = "0.22.6", features = ["generate-import-lib", "num-bigint", "py-clone"] }
3333
regex = "1.11.1"
3434
strum = { version = "0.26.3", features = ["derive"] }
3535
strum_macros = "0.26.4"
@@ -74,12 +74,12 @@ debug = true
7474
strip = false
7575

7676
[dev-dependencies]
77-
pyo3 = { version = "0.22.5", features = ["auto-initialize"] }
77+
pyo3 = { version = "0.22.6", features = ["auto-initialize"] }
7878

7979
[build-dependencies]
8080
version_check = "0.9.5"
8181
# used where logic has to be version/distribution specific, e.g. pypy
82-
pyo3-build-config = { version = "0.22.0" }
82+
pyo3-build-config = { version = "0.22.6" }
8383

8484
[lints.clippy]
8585
dbg_macro = "warn"

0 commit comments

Comments
 (0)