diff --git a/pyproject.toml b/pyproject.toml index 4855376..28d5bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ requires-python = ">=3.11" [project.optional-dependencies] server = [ "uvicorn[standard]~=0.30", - "setuptools~=74.1", + "setuptools~=75.1", ] [project.entry-points."djangoq.errorreporters"] @@ -165,7 +165,7 @@ lint = [ typing = [ "mypy~=1.10", "django-stubs~=5.0", - "setuptools~=74.1", + "setuptools~=75.1", "types-bleach~=6.1", "types-requests~=2.32", "types-urllib3~=1.26",