diff --git a/setup.py b/setup.py index 381c8f78..1db08cfc 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ "types-PyYAML", "types-simplejson", "types-requests", - "setuptools==65.6.3;python_version>='3.7'", + "setuptools==70.0.0;python_version>='3.7'", ] if PY_VERSION_10_OR_LATER: test_requirements.append("importlib-metadata>=5.2.0")