From 0920baa761eacb37c3013e2d787cfdcff82803e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 09:09:40 +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-tools.txt | 8 ++------ requirements/pip.txt | 12 +++++------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 3fe0015..ef05afa 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -13,12 +13,8 @@ packaging==23.0 pep517==0.13.0 # via build pip-tools==6.12.1 - # via -r requirements/pip-tools.in -tomli==2.0.1 - # via - # build - # pep517 -wheel==0.38.4 + # via -r pip-tools.in +wheel==0.38.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.txt b/requirements/pip.txt index 2b9bc30..30bc260 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,13 +4,11 @@ # # make upgrade # -wheel==0.37.1 - # via -r requirements/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/../edx_lint/files/common_constraints.txt - # -r requirements/pip.in + # -c ../edx_lint/files/common_constraints.txt + # -r pip.in +wheel==0.38.1 + # via -r pip.in