From 2bc3173aaf8e70d4b016f78aae9fa0105157fccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 21:31:54 +0000 Subject: [PATCH] Bump wheel from 0.34.2 to 0.38.1 in /misc Bumps [wheel](https://github.com/pypa/wheel) from 0.34.2 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.34.2...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- misc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/requirements.txt b/misc/requirements.txt index d9c8e1f..770a9dd 100644 --- a/misc/requirements.txt +++ b/misc/requirements.txt @@ -2,7 +2,7 @@ # issue. # wheel is required by dash to build the wheel for the future pkg -wheel == 0.34.2 +wheel == 0.38.1 dash == 1.13.3 pandas == 1.0.4 requests == 2.23.0