From 2a485a8fcaa23e6361e244d950975ec9ea2ddf3c Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 2 Oct 2024 19:48:00 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84429a49c9..01550d8f6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "requests==2.32.3", "ruff==0.6.8", "sh==2.0.7; sys_platform!='win23'", - "tox==4.20", + "tox==4.21.1", "tox-uv>=1.11.2", ] urls = { Repository = "https://github.com/cookiecutter/cookiecutter-django" }