From 139a3e5e24514d8b0833218882b034e62519ea25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:08:46 +0000 Subject: [PATCH] Bump wheel from 0.37.1 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.37.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(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 4040386..e4b41ea 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip==22.0.4 bump2version==1.0.1 -wheel==0.37.1 +wheel==0.38.1 watchdog==2.1.6 flake8==4.0.1 tox==3.24.5 diff --git a/setup.py b/setup.py index bf1a512..d87cb83 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ test_requirements = [ 'pip==22.0.4', 'bump2version==1.0.1', - 'wheel==0.37.1', + 'wheel==0.38.1', 'watchdog==2.1.6', 'flake8==4.0.1', 'tox==3.24.5',