Skip to content

Commit de72573

Browse files
authored
Merge pull request #14 from python-project-templates/copier-update-2025-11-02T05-17-31
Update from copier (2025-11-02T05:17:31)
2 parents 6692ef2 + d576841 commit de72573

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: f812aaa
2+
_commit: 5af64c5
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ develop = [
4242
"check-manifest",
4343
"codespell>=2.4,<2.5",
4444
"hatchling",
45-
"mdformat>=0.7.22,<0.8",
45+
"mdformat>=0.7.22,<1.1",
4646
"mdformat-tables>=1",
4747
"pytest",
4848
"pytest-cov",
49-
"ruff",
49+
"ruff>=0.9,<0.15",
5050
"twine",
5151
"uv",
5252
"wheel",

0 commit comments

Comments
 (0)