From 0c350e7f9e12f8fb5f41733be015745c83fdeeb9 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 5 May 2026 20:38:52 +0000 Subject: [PATCH] deps: update dependency django to v6 --- 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 b5c6b1d04..f80d35a61 100644 --- a/samples/python/django/requirements.txt +++ b/samples/python/django/requirements.txt @@ -1,6 +1,6 @@ psycopg-binary==3.3.3 pytz==2026.1.post1 -Django==5.2.13 +Django==6.0.5 google==3.0.0 google.auth==2.49.2 testcontainers==4.14.2