From 55e22a29461ce5abe6e837750d8fa02787f77a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 21:37:45 +0000 Subject: [PATCH] Bump wheel from 0.36.2 to 0.38.1 in /src Bumps [wheel](https://github.com/pypa/wheel) from 0.36.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.36.2...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index d5cd2e806..b02f4d396 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -10,5 +10,5 @@ pytest==7.1.3 PyYAML==5.4 sortedcontainers==2.4.0 twine==3.8.0 -wheel==0.36.2 +wheel==0.38.1 wcmatch==8.4.1