From 436eb2635a0550c067db1999985637a7639511d8 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 17:55:20 +0000 Subject: [PATCH] Update from copier (2025-11-01T17:55:20) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index ea90103..4a1865e 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: jupyter diff --git a/pyproject.toml b/pyproject.toml index 9b56e23..492202b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,12 +38,12 @@ develop = [ "codespell>=2.4,<2.5", "hatch-js", "hatchling", - "mdformat>=0.7.22,<0.8", + "mdformat>=0.7.22,<1.1", "mdformat-tables>=1", "jupyterlab>=4,<5", "pytest", "pytest-cov", - "ruff", + "ruff>=0.9,<0.15", "twine", "wheel", ]