From c7f4bae4863934ba2265559ba9f48261944447ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 06:48:50 +0000 Subject: [PATCH] Bump django-stubs from 4.2.7 to 5.0.2 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 4.2.7 to 5.0.2. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/4.2.7...5.0.2) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 5df2488..ec32edf 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage==7.4.3 -django-stubs==4.2.7 +django-stubs==5.0.2 django-test-migrations==1.3.0 factory-boy==3.3.0 faker==24.14.1