From f9619bdd9c361b1a230126a30112b79fd416af8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:03:05 +0000 Subject: [PATCH] build(deps-dev): update wheel requirement from ~=0.44 to ~=0.45 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.44.0...0.45.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 60dc982..1d4ba6d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -33,4 +33,4 @@ pytest-socket == 0.7.0 pytest-sugar == 1.0.0 pytest-tldr == 0.2.5 twine == 5.1.1 -wheel ~= 0.44 \ No newline at end of file +wheel ~= 0.45 \ No newline at end of file