From d132519f48e8b86966055e827e270d60a4871ce0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Nov 2023 20:00:59 +0000 Subject: [PATCH] chore(deps): update dependency typing/setuptools to v69 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9763ce..a25f554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ lint = [ typing = [ "mypy~=1.4", "django-stubs~=4.2", - "setuptools~=68.2", + "setuptools~=69.0", "types-bleach~=6.0", "types-requests~=2.31", "types-urllib3~=1.26",