From 0f3a2efbc91d69516d9a9e16c57507ae2632afbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:13:30 +0000 Subject: [PATCH] chore(deps): bump django in /examples/django/django-project Bumps [django](https://github.com/django/django) from 5.0.10 to 5.0.11. - [Commits](https://github.com/django/django/compare/5.0.10...5.0.11) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/django/django-project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/django/django-project/requirements.txt b/examples/django/django-project/requirements.txt index e07dd32d..1f4cf1bd 100644 --- a/examples/django/django-project/requirements.txt +++ b/examples/django/django-project/requirements.txt @@ -1 +1 @@ -Django==5.0.10 +Django==5.0.11