From 688aba73e1120268fc7571cf911b83bafa880024 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 3 Jun 2026 22:38:01 +0000 Subject: [PATCH] chore(deps): update dependency wheel to v0.46.2 [security] --- kubernetes_engine/django_tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index 771d0bcd1c..89ce454314 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -2,7 +2,7 @@ Django==6.0.1; python_version >= "3.12" # Uncomment the mysqlclient requirement if you are using MySQL rather than # PostgreSQL. You must also have a MySQL client installed in that case. #mysqlclient==1.4.1 -wheel==0.40.0 +wheel==0.46.2 gunicorn==23.0.0; python_version > '3.0' # psycopg2==2.8.4 # uncomment if you prefer to build from source psycopg2-binary==2.9.11