From b579a8f7aaca9c34393546e2e0205c95d5ffb364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 14:04:00 +0000 Subject: [PATCH] NO-ISSUE: Bump wheel from 0.37.0 to 0.38.2 Bumps [wheel](https://github.com/pypa/wheel) from 0.37.0 to 0.38.2. - [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.37.0...0.38.2) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4b07100abf72..56196a7515db 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ setuptools==59.2.0 twine==3.4.2 vcversioner==2.16.0.0 waiting==1.4.1 -wheel==0.37.0 +wheel==0.38.2 beautifulsoup4==4.10.0 jira==3.0.1 PyGithub>=1.54