From 81bfd728b7e5a18cae61cc48b63395f0aea26906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:49:48 +0000 Subject: [PATCH] Bump django-stubs from 1.15.0 to 4.2.3 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 1.15.0 to 4.2.3. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/1.15.0...4.2.3) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6d765d4..b3e4d94 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,6 +12,6 @@ responses==0.22.0 # mypy and PEP 561 stubs mypy==1.0.1 -django-stubs==1.15.0 +django-stubs==4.2.3 djangorestframework-stubs==1.10.0 types-requests==2.28.11.15