From c4522173d613672ce04ca6559b97cc828698faf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:37:28 +0000 Subject: [PATCH] Bump wheel from 0.30.0 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.30.0 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.30.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_requirements.txt b/deploy_requirements.txt index bc5582c..963ef47 100644 --- a/deploy_requirements.txt +++ b/deploy_requirements.txt @@ -1,3 +1,3 @@ pbr==3.1.1 # For semantic versioning twine==1.9.1 # For publishing to PyPI -wheel==0.30.0 # For publishing wheels +wheel==0.38.1 # For publishing wheels