From d87db924be1699f10ac463e7156a732f1c4cf1ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:36:51 +0000 Subject: [PATCH] Update wheel requirement from ~=0.41.3 to ~=0.42.0 Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [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.41.3...0.42.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a28135b..a7de6be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ pip-audit == 2.5.6 Pygments ~= 2.17.1 pymdown-extensions ~= 10.4 PyOpenSSL ~= 23.3.0 -wheel ~= 0.41.3 +wheel ~= 0.42.0 yamllint == 1.33.0