From 1c77559e5e3aa120626db7d93d914434e29ec9ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 05:23:15 +0000 Subject: [PATCH] chore(deps): bump django-stubs[compatible-mypy] from 5.0.4 to 5.1.0 Bumps [django-stubs[compatible-mypy]](https://github.com/typeddjango/django-stubs) from 5.0.4 to 5.1.0. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.0.4...5.1.0) --- updated-dependencies: - dependency-name: django-stubs[compatible-mypy] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 023740b0..809af8c5 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ django-filter==24.3 Django==5.1.1 djangorestframework==3.15.2 djangorestframework-simplejwt==5.3.1 -django-stubs[compatible-mypy]==5.0.4 # not dev because used in code (WithAnnotations) +django-stubs[compatible-mypy]==5.1.0 # not dev because used in code (WithAnnotations) graphene-django==3.2.2 gunicorn==23.0.0 markdown==3.7