From e52bfa9a0ea063e81f54c7c8559d0d2ff2c16ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 07:07:41 +0000 Subject: [PATCH] NO-ISSUE: Bump wheel from 0.37.0 to 0.37.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.37.0 to 0.37.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.37.0...0.37.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-patch ... 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..9b091844b1f2 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.37.1 beautifulsoup4==4.10.0 jira==3.0.1 PyGithub>=1.54