From b9ddb4d87df4b6f9de99bd3b2c5066bdf577f80f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 10 May 2024 18:35:28 +0000 Subject: [PATCH] deps: update dependency django to v5 --- samples/python/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/django/requirements.txt b/samples/python/django/requirements.txt index 4e15d12127..79a0b27c5d 100644 --- a/samples/python/django/requirements.txt +++ b/samples/python/django/requirements.txt @@ -1,3 +1,3 @@ psycopg2-binary~=2.9.3 pytz~=2024.1 -Django~=4.2.11 +Django~=5.0.6