From 0d90cd7e7b4703bf56bedf81fa0c0707e5d5ead5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:36:14 +0000 Subject: [PATCH] Bump wheel from 0.30.0 to 0.38.1 in /lib Bumps [wheel](https://github.com/pypa/wheel) from 0.30.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.30.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/requirements.txt b/lib/requirements.txt index 8e48b62..e2b9b5b 100644 --- a/lib/requirements.txt +++ b/lib/requirements.txt @@ -734,7 +734,7 @@ urllib3 == 1.22 # .env/lib/python3.6/site-packages/wheel/__main__.py: 14 # .env/lib/python3.6/site-packages/wheel/egg2wheel.py: 13,14 # .env/lib/python3.6/site-packages/wheel/wininst2wheel.py: 12,13 -wheel == 0.30.0 +wheel == 0.38.1 # .env/lib/python3.6/site-packages/astroid/decorators.py: 12 wrapt == 1.10.11