From 4849a2eb7dbeaa9e234d36d950db58415dc857c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:16:34 +0000 Subject: [PATCH] Bump wheel from 0.24.0 to 0.38.1 in /setup Bumps [wheel](https://github.com/pypa/wheel) from 0.24.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.24.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/requirements.txt b/setup/requirements.txt index d38f5ac..c4a3d0f 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -1,5 +1,5 @@ Django==1.8.3 -wheel==0.24.0 +wheel==0.38.1 docutils==0.11 wsgiref==0.1.2 django-extensions==1.5.5