From d1528694603b98802d4c4b84ba97da7cf955ff6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 21:32:21 +0000 Subject: [PATCH] Bump wheel from 0.34.2 to 0.38.1 in /requirements Bumps [wheel](https://github.com/pypa/wheel) from 0.34.2 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.34.2...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 5c1d55e..fcbc9e0 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -44,7 +44,7 @@ idna==2.9 importlib-metadata==1.6.1 # via # inflect - # path.py + # path-py inflect==3.0.2 # via jinja2-pluralize isort==4.3.21 @@ -65,7 +65,7 @@ packaging==20.4 # via # bleach # tox -path.py==11.5.2 +path-py==11.5.2 # via edx-i18n-tools pip-tools==5.2.1 # via -r dev.in @@ -137,7 +137,7 @@ virtualenv==20.0.25 # via tox webencodings==0.5.1 # via bleach -wheel==0.34.2 +wheel==0.38.1 # via -r dev.in wrapt==1.11.2 # via astroid