From 914e0fccfa13a603a57a493405143b5ad6c8cfc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:59:25 +0000 Subject: [PATCH] Bump wheel from 0.33.6 to 0.38.1 in /api Bumps [wheel](https://github.com/pypa/wheel) from 0.33.6 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.33.6...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 48defba..dfd9bb9 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -44,6 +44,6 @@ tk==8.6.9 tqdm==4.36.1 urllib3==1.25.6 werkzeug==0.16.0 -wheel==0.33.6 +wheel==0.38.1 xz==5.2.4 zlib==1.2.11