From dd18e7cbc1d2e7e962c39b80f657386481f19531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:36:47 +0000 Subject: [PATCH] Bump django in /examples/Python/python-django-webapp-sample Bumps [django](https://github.com/django/django) from 4.2.17 to 4.2.18. - [Commits](https://github.com/django/django/compare/4.2.17...4.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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 1a6b55e5..e5d12e22 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.2.17 +Django==4.2.18 whitenoise==6.4.0 azure-appconfiguration-provider==1.3.0 azure-identity==1.16.1