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", ]