From a3bf8afc499f96d9a173a2e8c1949e7aaebdabf8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 30 Apr 2024 07:42:00 -0400 Subject: [PATCH] Update django-stubs from 1.5.0 to 5.0.0 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index a1a2ed42..75d2b7e5 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -6,7 +6,7 @@ watchgod==0.6 # https://github.com/samuelcolvin/watchgod # Testing # ------------------------------------------------------------------------------ mypy==0.770 # https://github.com/python/mypy -django-stubs==1.5.0 # https://github.com/typeddjango/django-stubs +django-stubs==5.0.0 # https://github.com/typeddjango/django-stubs pytest==6.0.2 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar