From a7b511cc72ca28cde65d0400f2bce6ef46bb615b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:09:58 +0000 Subject: [PATCH] chore(deps): update dependency setuptools to v70 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9346175..de99f16 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "pytest==8.2.*", "pylint==3.2.*", "black==24.4.*", - "setuptools==69.5.*", + "setuptools==70.0.*", ] }