From 5866c2250532a89b8b02f42408581d3a23295b11 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 15 Jun 2026 11:30:17 +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 493c58c..980e094 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -45,7 +45,7 @@ docs = [ "mkdocstrings[python] ~=1.0", ] testing = [ - "pytest ~=9.0", + "pytest ~=9.1", "pytest-cov ~=7.1", "tomlkit ~=0.15.0", ]