From f6d0827f1b901d431693a1bb3c9e92edbca7048a Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 8 Sep 2025 05:42:11 +0000 Subject: [PATCH] Update dependencies --- {{ cookiecutter.project_slug }}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/pyproject.toml b/{{ cookiecutter.project_slug }}/pyproject.toml index 89e70fb..c423f96 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -46,7 +46,7 @@ docs = [ ] testing = [ "pytest ~=8.4", - "pytest-cov ~=6.2", + "pytest-cov ~=6.3", "tomlkit ~=0.13.3", ] dev = [