diff --git a/{{ cookiecutter.project_slug }}/pyproject.toml b/{{ cookiecutter.project_slug }}/pyproject.toml index 9d3012a..9ca5e33 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -45,13 +45,13 @@ docs = [ "mkdocstrings[python] ~=0.30.1", ] testing = [ - "pytest ~=8.4", + "pytest ~=9.0", "pytest-cov ~=7.0", "tomlkit ~=0.13.3", ] dev = [ "{{ cookiecutter.project_slug }}[docs,testing]", - "pre-commit ~=4.3", + "pre-commit ~=4.4", ] [project.urls]