From 3684647f31df43888644a34fcd28094055f54eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:29:34 +0000 Subject: [PATCH] Bump wheel from 0.29.0 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.29.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.29.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-build.in | 2 +- requirements-build.txt | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/requirements-build.in b/requirements-build.in index 3cc9a0f..6343680 100644 --- a/requirements-build.in +++ b/requirements-build.in @@ -7,4 +7,4 @@ babel==2.3.4 pytz==2016.4 # via babel typing==3.7.4.1 -wheel==0.29.0 +wheel==0.38.1 diff --git a/requirements-build.txt b/requirements-build.txt index 3cc9a0f..b1c284c 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -5,6 +5,12 @@ # pip-compile requirements-build.in # babel==2.3.4 -pytz==2016.4 # via babel + # via -r requirements-build.in +pytz==2016.4 + # via + # -r requirements-build.in + # babel typing==3.7.4.1 -wheel==0.29.0 + # via -r requirements-build.in +wheel==0.38.1 + # via -r requirements-build.in