From 6575921375f6ed435fe30e7c5af3fa46feb26051 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 14:51:19 +0000 Subject: [PATCH] chore(deps): update dependency django-stubs to >=1.14.0,<1.17 --- api/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/setup.py b/api/setup.py index 9a04f8644..635126c5d 100644 --- a/api/setup.py +++ b/api/setup.py @@ -36,7 +36,7 @@ setup( ], "dev": [ "django-coverage-plugin>=3.0.0,<3.1", - "django-stubs>=1.14.0,<1.16", + "django-stubs>=1.14.0,<1.17", "djangorestframework-stubs>=1.8.0,<1.10", "model_bakery>=1.10.1,<1.11", "psycopg2-binary>=2.8.6,<2.10",