From 38cf186c15ed05d46b880b82c2d8957ec510946a Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Sun, 6 Sep 2026 09:23:31 +0000 Subject: [PATCH] Update from Copier (2026-09-06T09-23-27Z) Signed-off-by: python-templates-copier-update[bot] --- .copier-answers.yaml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index fd48157..ebb77ea 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: dcfbd4b +_commit: 552b2de _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rust diff --git a/Cargo.toml b/Cargo.toml index e29bb76..bae7824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] python_template_rust = { path = "./rust", version = "*" } -pyo3 = { version = "0.29.0", features = ["abi3", "extension-module", "multiple-pymethods"] } +pyo3 = { version = "0.29.2", features = ["abi3", "extension-module", "multiple-pymethods"] } [profile.release] panic = 'abort'