diff --git a/.copier-answers.yaml b/.copier-answers.yaml index a33fc95..35a26f5 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: f812aaa +_commit: 5af64c5 _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 e1d4a16..cb05304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,11 +42,11 @@ develop = [ "check-manifest", "codespell>=2.4,<2.5", "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", "uv", "wheel",