From 5e7d38a8c40ea8cc09b6e6df9876c297c9159086 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 20 Jul 2026 08:25: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 980e094..9c9b1a5 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -47,7 +47,7 @@ docs = [ testing = [ "pytest ~=9.1", "pytest-cov ~=7.1", - "tomlkit ~=0.15.0", + "tomlkit ~=0.15.1", ] dev = [ "{{ cookiecutter.project_slug }}[docs,testing]",