From 3361d69fdfcc78fb7f1de59839fd13dd6227b557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:39:15 +0000 Subject: [PATCH] Bump wheel in /samples/research/VisionSample/MachineLearning/scripts 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] --- .../VisionSample/MachineLearning/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/research/VisionSample/MachineLearning/scripts/requirements.txt b/samples/research/VisionSample/MachineLearning/scripts/requirements.txt index 507a0f91..03a277e8 100644 --- a/samples/research/VisionSample/MachineLearning/scripts/requirements.txt +++ b/samples/research/VisionSample/MachineLearning/scripts/requirements.txt @@ -6,4 +6,4 @@ azureml-core==1.0.18 easydict==1.9 numpy==1.16 tensorflow==1.13.1 -wheel==0.30.0 \ No newline at end of file +wheel==0.38.1 \ No newline at end of file