From cce6f7be85d0f4445a47fb6c26c2fe9e8078ee6e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 May 2024 14:25:48 +0000 Subject: [PATCH] chore(deps): update dependency typing/setuptools to v70 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82c8195..b8af299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ lint = [ typing = [ "mypy~=1.10", "django-stubs~=5.0", - "setuptools~=69.5", + "setuptools~=70.0", "types-bleach~=6.1", "types-requests~=2.31", "types-urllib3~=1.26",