From b7c44107e04b3048796b145af6ae9c1c681984a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 22:04:14 +0000 Subject: [PATCH] Update django-stubs requirement from ~=1.9.0 to ~=1.10.1 Updates the requirements on [django-stubs](https://github.com/typeddjango/django-stubs) to permit the latest version. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/commits) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development ... 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 e4187c5..2df7659 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ coverage~=6.3 -django-stubs~=1.9.0 +django-stubs~=1.10.1 lorem~=0.1.1 mypy~=0.910 pre-commit~=2.17.0