From 5cdf3af722b3db449b2893b0bebd299757d7e736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:51:12 +0000 Subject: [PATCH] Bump django-stubs from 1.16.0 to 4.2.0 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 1.16.0 to 4.2.0. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/1.16.0...4.2.0) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2502f55b..816f60e1e 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ 'type': [ 'mypy==1.2.0', 'boto3-stubs[s3]==1.26.50', - 'django-stubs==1.16.0', + 'django-stubs==4.2.0', 'djangorestframework-stubs==3.14.0', 'types-setuptools==67.7.0.0', ],