diff --git a/.copier-answers.yaml b/.copier-answers.yaml index c9769cf..dfb52a9 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: b130c83 +_commit: 18afe0a _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 1bda80f..8e2481c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] python_template_rust = { path = "./rust", version = "*" } -pyo3 = { version = "0.26", features = ["abi3-py39", "extension-module", "multiple-pymethods"] } +pyo3 = { version = "0.27.1", features = ["abi3-py39", "extension-module", "multiple-pymethods"] } [profile.release] panic = 'abort' diff --git a/pyproject.toml b/pyproject.toml index be786c1..05ce10c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,11 +38,11 @@ develop = [ "codespell>=2.4,<2.5", "hatch-rs", "hatchling", - "mdformat>=0.7.22,<0.8", + "mdformat>=0.7.22,<1.1", "mdformat-tables>=1", "pytest", "pytest-cov", - "ruff", + "ruff>=0.9,<0.15", "twine", "wheel", ]