From 65bae5ee9f50760ca76194f7f90ec0b41d4837b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:27:42 +0000 Subject: [PATCH] build(deps-dev): update wheel requirement from ~=0.42 to ~=0.43 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.42.0...0.43.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 9c98b41..86230a9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -35,4 +35,4 @@ pytest-socket == 0.7.0 pytest-sugar == 1.0.0 pytest-tldr == 0.2.5 twine == 5.0.0 -wheel ~= 0.42 \ No newline at end of file +wheel ~= 0.43 \ No newline at end of file