From e2d379991c69f4657eb004b77869db2471f73a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 17:28:32 +0000 Subject: [PATCH] Bump wheel from 0.35.1 to 0.38.1 in /infra/python/deps Bumps [wheel](https://github.com/pypa/wheel) from 0.35.1 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.35.1...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/python/deps/setuptools-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/python/deps/setuptools-requirements.txt b/infra/python/deps/setuptools-requirements.txt index 713bfa0af0..166fabbd7b 100644 --- a/infra/python/deps/setuptools-requirements.txt +++ b/infra/python/deps/setuptools-requirements.txt @@ -17,5 +17,5 @@ # Newer versions of setuptools don't support Python 2.7 setuptools == 44.1.1 - wheel == 0.35.1 + wheel == 0.38.1 setuptools-scm == 5.0.2