From 94f5cf54a69751d267417cf9b373ee60aa07d6ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 21:32:29 +0100 Subject: [PATCH] Bump django-stubs from 1.14.0 to 1.15.0 (#814) Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/1.14.0...1.15.0) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9b1deaad..866f1c82 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.14.0 +django-stubs==1.15.0 djangorestframework-stubs==1.8.0 types-requests==2.28.11.8