From d8371e4b04180dd1986fb9286b83c6afc89b9ea0 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 17:54:29 +0000 Subject: [PATCH 1/2] Update from copier (2025-11-01T17:54:29) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- pyproject.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index e789630..026fe73 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: f812aaa +_commit: 18afe0a _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/pyproject.toml b/pyproject.toml index 70d89ac..a46bc2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,12 +45,16 @@ develop = [ "check-manifest", "codespell>=2.4,<2.5", "hatchling", +<<<<<<< before updating "hatch-build", "mdformat>=0.7.22,<0.8", +======= + "mdformat>=0.7.22,<1.1", +>>>>>>> after updating "mdformat-tables>=1", "pytest", "pytest-cov", - "ruff", + "ruff>=0.9,<0.15", "twine", "uv", "wheel", From f5c60a4ac1477f6e4485cd2f635dcfc8fcd016e2 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:01:15 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a46bc2f..e736c34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,12 +45,8 @@ develop = [ "check-manifest", "codespell>=2.4,<2.5", "hatchling", -<<<<<<< before updating "hatch-build", - "mdformat>=0.7.22,<0.8", -======= "mdformat>=0.7.22,<1.1", ->>>>>>> after updating "mdformat-tables>=1", "pytest", "pytest-cov",