From dc1e0ddc08217cc33c62231b6d27811421084391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 22:34:22 +0000 Subject: [PATCH] build(deps): bump wheel from 0.37.1 to 0.38.1 in /requirements Bumps [wheel](https://github.com/pypa/wheel) from 0.37.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.37.1...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 | 8 +++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index 3a4111e..fd1b42d 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,13 +4,13 @@ # # 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.2.1 - # via -r requirements/pip.in + # via -r pip.in setuptools==59.8.0 # via - # -c requirements/common_constraints.txt - # -r requirements/pip.in + # -c common_constraints.txt + # -r pip.in diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index 32b8de6..de38e5e 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -13,14 +13,12 @@ packaging==21.3 pep517==0.12.0 # via build pip-tools==6.8.0 - # via -r requirements/pip_tools.in + # via -r pip_tools.in pyparsing==3.0.9 # via packaging tomli==2.0.1 - # via - # build - # pep517 -wheel==0.37.1 + # via pep517 +wheel==0.38.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: