Skip to content

Commit 7df132c

Browse files
committed
chore(python): Update pyo3 to 0.25
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 9789ba4 commit 7df132c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bindings/python/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
### Changed
1111

12-
- Update `PyO3` to `0.23.0`.
12+
- Update `PyO3` to `0.25.0`.
1313

1414
## [0.14.6] - 2024-12-27
1515

bindings/python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ name = "css_inline"
1111
crate-type = ["cdylib"]
1212

1313
[build-dependencies]
14-
built = { version = "0.7.1", features = ["cargo-lock", "chrono"] }
14+
built = { version = "0.8.0", features = ["cargo-lock", "chrono"] }
1515

1616
[dependencies]
17-
pyo3 = { version = "0.23.0", features = ["extension-module", "abi3-py37"] }
17+
pyo3 = { version = "0.25.0", features = ["extension-module", "abi3-py37"] }
1818
pyo3-built = "0.6"
1919
rayon = "1"
2020
url = "2"

0 commit comments

Comments
 (0)