From 4fd3205f3597d45b5ebfc505b885dfd4cbe99da9 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 19 Jan 2026 05:55:24 +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 e8d7337..e2f4c88 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -47,7 +47,7 @@ docs = [ testing = [ "pytest ~=9.0", "pytest-cov ~=7.0", - "tomlkit ~=0.13.3", + "tomlkit ~=0.14.0", ] dev = [ "{{ cookiecutter.project_slug }}[docs,testing]",