From c58b41cd427419d50a54c4a1724398d58139e7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:33:13 +0000 Subject: [PATCH] Bump wheel from 0.29.0 to 0.38.1 in /container_engine/django_tutorial Bumps [wheel](https://github.com/pypa/wheel) from 0.29.0 to 0.38.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.29.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- container_engine/django_tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container_engine/django_tutorial/requirements.txt b/container_engine/django_tutorial/requirements.txt index fcd6cf32ef4..5232f4902bc 100644 --- a/container_engine/django_tutorial/requirements.txt +++ b/container_engine/django_tutorial/requirements.txt @@ -1,4 +1,4 @@ Django==1.10b1 mysqlclient==1.3.7 -wheel==0.29.0 +wheel==0.38.1 gunicorn==19.6.0