diff --git a/setup.py b/setup.py index 780051a0d4..36477c8bef 100644 --- a/setup.py +++ b/setup.py @@ -109,11 +109,12 @@ def str_to_bool(val: str) -> bool: "html5tagger>=1.2.1", "tracerite>=1.0.0", "typing-extensions>=4.4.0", + "setuptools>=70.1.0", ] tests_require = [ "sanic-testing>=23.6.0", - "pytest==7.1.*", + "pytest>=8.2.2", "coverage", "beautifulsoup4", "pytest-sanic",