From 7496d60c27e6ee8a9702a03131f76900e7041e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 19:43:49 +0000 Subject: [PATCH] Bump wheel from 0.31.1 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.31.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.31.1...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements_dev.txt b/requirements_dev.txt index 3e622af..6598e45 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ bumpversion==0.5.3 -wheel==0.31.1 +wheel==0.38.1 watchdog==0.8.3 pylint==1.9.2 pytest==3.6.1 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 73e76de..11809e7 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ test_requirements = [ 'bumpversion==0.5.3', - 'wheel==0.23.0', + 'wheel==0.38.1', 'watchdog==0.8.3', 'pylint==1.5.5', 'pytest==2.9.1',