From 7816bcd0f946897c5649b8122a13ff1e7ae29942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 11:02:26 +0000 Subject: [PATCH] chore(deps-dev): bump wheel from 0.36.2 to 0.38.4 Bumps [wheel](https://github.com/pypa/wheel) from 0.36.2 to 0.38.4. - [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.36.2...0.38.4) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 33b0890a..db35d112 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ sphinxcontrib-fulltoc==1.2.0 sphinxcontrib-websupport==1.2.4 sphinx-click==2.7.1 twine==3.4.1; -wheel==0.36.2 +wheel==0.38.4 setuptools==57.0.0; importlib-metadata==4.0.1; jinja2==3.0.3;