Skip to content

Commit c9c8111

Browse files
authored
Merge pull request #73 from python-project-templates/copier-update-2025-11-01T17-30-04
Update from copier (2025-11-01T17:30:04)
2 parents ee0a7ac + 8bcc604 commit c9c8111

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: b130c83
2+
_commit: 18afe0a
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
python_template_rust = { path = "./rust", version = "*" }
14-
pyo3 = { version = "0.26", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
14+
pyo3 = { version = "0.27.1", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
1515

1616
[profile.release]
1717
panic = 'abort'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ develop = [
3838
"codespell>=2.4,<2.5",
3939
"hatch-rs",
4040
"hatchling",
41-
"mdformat>=0.7.22,<0.8",
41+
"mdformat>=0.7.22,<1.1",
4242
"mdformat-tables>=1",
4343
"pytest",
4444
"pytest-cov",
45-
"ruff",
45+
"ruff>=0.9,<0.15",
4646
"twine",
4747
"wheel",
4848
]

0 commit comments

Comments
 (0)