From a3d209967a42d2e90c1477ccf61f004764fa2265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 21:45:14 +0000 Subject: [PATCH] build(deps): bump wheel from 0.37.0 to 0.38.1 in /requirements Bumps [wheel](https://github.com/pypa/wheel) from 0.37.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.37.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pip.txt | 10 ++++------ requirements/pip_tools.txt | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index 8a667c4a..bfcddeb4 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,13 +4,11 @@ # # make upgrade # -wheel==0.37.1 - # via -r requirements/pip.in +wheel==0.38.1 + # via -r pip.in # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 - # via -r requirements/pip.in + # via -r pip.in setuptools==59.8.0 - # via - # -c requirements/common_constraints.txt - # -r requirements/pip.in + # via -r pip.in diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index 26f017f7..39fe2ae8 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -9,10 +9,10 @@ click==8.0.1 pep517==0.11.0 # via pip-tools pip-tools==6.3.0 - # via -r requirements/pip_tools.in + # via -r pip_tools.in tomli==1.2.1 # via pep517 -wheel==0.37.0 +wheel==0.38.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: