diff --git a/pyproject.toml b/pyproject.toml index 9c9d1e64120..fc42e67c359 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "djangorestframework-queryfields>=1.0,<=1.1.0", "drf-access-policy>=1.1.2,<1.5.1", "drf-nested-routers>=0.93.4,<=0.94.1", - "drf-spectacular==0.27.2", # We monkeypatch this so we need a very narrow requirement string + "drf-spectacular==0.28.0", # We monkeypatch this so we need a very narrow requirement string "dynaconf>=3.1.12,<3.3.0", "gunicorn>=20.1,<23.1.0", "importlib-metadata>=6.0.1,<=6.0.1", # Pinned to fix opentelemetry dependency solving issues with pip