From aa8946b607f1efd6faba21fcc2b06a33788acba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 23:48:27 +0000 Subject: [PATCH] Update django-stubs requirement from ~=1.16.0 to ~=5.0.0 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/compare/1.16.0...5.0.0) --- 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 07a96398..decd834f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ coverage~=7.2.2 -django-stubs~=1.16.0 +django-stubs~=5.0.0 lorem~=0.1.1 mypy~=1.1.1 pre-commit~=3.6.0