From b6d0f5f88923b07fec7ef257e3ddfe440a3ccf84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:29:07 +0000 Subject: [PATCH] chore(deps): update wheel requirement from ~=0.45.0 to ~=0.45.1 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.45.0...0.45.1) --- 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 cc087641..f1c4b29f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ pip-audit == 2.7.3 Pygments ~= 2.18.0 pymdown-extensions ~= 10.12 PyOpenSSL ~= 24.2.1 -wheel ~= 0.45.0 +wheel ~= 0.45.1 yamllint == 1.35.1