From 2e2da63247ef5987fb3147030fdd162c1efd3675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:20:46 +0000 Subject: [PATCH] build(deps): update django-stubs requirement from ==5.0.* to ==5.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/compare/5.0.0...5.1.0) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:production ... 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 e7eab99..ad08b84 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ coverage == 7.6.* pre-commit == 3.8.* tox == 4.21.* -django-stubs == 5.0.* +django-stubs == 5.1.*