From 3e5a7e4c0874de2d4caade9522b3a2260900ab57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 16:34:39 +0000 Subject: [PATCH] chore(deps): update dependency djangorestframework-stubs to >=1.8.0,<1.11 --- api/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/setup.py b/api/setup.py index 28b5206f1..ca2650915 100644 --- a/api/setup.py +++ b/api/setup.py @@ -37,7 +37,7 @@ setup( "dev": [ "django-coverage-plugin>=3.0.0,<3.1", "django-stubs>=1.14.0,<1.17", - "djangorestframework-stubs>=1.8.0,<1.10", + "djangorestframework-stubs>=1.8.0,<1.11", "model_bakery>=1.10.1,<1.11", "psycopg2-binary>=2.8.6,<2.10", "pylint-django>=2.5.3,<2.6",