From be07f4c66f1fb2516c3bc76062911a9d51f717a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 05:52:47 +0000 Subject: [PATCH] chore(deps): update dependency types-setuptools to v83.0.0.20260807 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60d296625..bfbe838cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ test = [ types = [ "django-types==0.24.0", "mypy==2.3.0", - "types-setuptools==83.0.0.20260724" + "types-setuptools==83.0.0.20260807" ] [project]