From 81e251b7ce80f010f5994b4d7beb09e960c12a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:55:05 +0000 Subject: [PATCH] Bump wheel from 0.37.1 to 0.42.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.42.0. - [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.37.1...0.42.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor ... 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 4c2ec0e9..d729c453 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ pytest coverage==6.4.3 -wheel==0.37.1 +wheel==0.42.0 monty==2022.4.26 isort==5.10.1 black==22.3.0