From 46f2c1b8385852fbb4339bfb7cfeb1706ec6be87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 22:05:12 +0000 Subject: [PATCH] Bump wheel from 0.37.1 to 0.38.1 in /django/sample-app Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 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.37.1...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: indirect ... Signed-off-by: dependabot[bot] --- django/sample-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/sample-app/requirements.txt b/django/sample-app/requirements.txt index cb449c5..4b194c6 100644 --- a/django/sample-app/requirements.txt +++ b/django/sample-app/requirements.txt @@ -100,7 +100,7 @@ wcwidth==0.2.5 # via prompt-toolkit werkzeug==2.1.2 # via -r requirements.in -wheel==0.37.1 +wheel==0.38.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: