Skip to content

Commit 9f0eb30

Browse files
fix(deps): update pyo3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbf3cae commit 9f0eb30

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 19 additions & 19 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
@@ -26,9 +26,9 @@ k8s-openapi = { version = "0.25.0", features = ["schemars", "v1_30"] }
2626
kube = { version = "1.0.0", features = ["runtime", "derive"] }
2727
log = "0.4.27"
2828
maplit = "1.0.2"
29-
pyo3-async-runtimes = { version = "0.26.0", features = ["tokio-runtime"] }
29+
pyo3-async-runtimes = { version = "0.27.0", features = ["tokio-runtime"] }
3030
pyo3-log = "0.13.0"
31-
pythonize = "0.26.0"
31+
pythonize = "0.27.0"
3232
schemars = "0.8.21"
3333
semver = "1.0.26"
3434
serde = "1.0.218"
@@ -40,7 +40,7 @@ tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
4040
typed-builder = "0.22.0"
4141

4242
[dependencies.pyo3]
43-
version = "0.26.0"
43+
version = "0.27.0"
4444
features = ["abi3-py38", "serde"]
4545

4646
[features]

0 commit comments

Comments
 (0)