From fb2f92f8e9708a4cece54393f5661f07924363f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 03:40:11 +0000 Subject: [PATCH] Bump wheel from 0.40.0 to 0.41.2 Bumps [wheel](https://github.com/pypa/wheel) from 0.40.0 to 0.41.2. - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.40.0...0.41.2) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index ad5a8b5d..70909c32 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,6 +1,6 @@ pytest==7.3.1 twine==4.0.2 -wheel==0.40.0 +wheel==0.41.2 pre-commit==2.21.0;python_version<"3.8" pre-commit==3.3.2;python_version>="3.8" pytest-dotenv==0.5.2