From 7ba56dc9533d2103196cc1fa7cfc461019ca38ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 23:15:17 +0000 Subject: [PATCH] Bump django Bumps the pip group with 1 update in the /examples/Python/python-django-webapp-sample directory: [django](https://github.com/django/django). Updates `django` from 4.1.13 to 4.2.26 - [Commits](https://github.com/django/django/compare/4.1.13...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/Python/python-django-webapp-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Python/python-django-webapp-sample/requirements.txt b/examples/Python/python-django-webapp-sample/requirements.txt index 3669846d..cfb91189 100644 --- a/examples/Python/python-django-webapp-sample/requirements.txt +++ b/examples/Python/python-django-webapp-sample/requirements.txt @@ -1,4 +1,4 @@ -Django==4.1.13 +Django==4.2.26 whitenoise==6.4.0 azure-appconfiguration-provider==1.3.0 azure-identity==1.16.1