diff --git a/.copier-answers.yaml b/.copier-answers.yaml index dbcb975..2fdc2fe 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: cpp diff --git a/pyproject.toml b/pyproject.toml index 79d5cfb..e3b3c8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,11 +41,11 @@ develop = [ "codespell>=2.4,<2.5", "hatch-cpp", "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", ]