From eb1fbd7527b91d49e8e427ea285cdfc5e1d04553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:43:27 +0000 Subject: [PATCH] Bump wheel from 0.42 to 0.44.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.42 to 0.44.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.42.0...0.44.0) --- 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 a42c6b9..b19fb25 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -7,7 +7,7 @@ git+https://github.com/dbt-labs/dbt-common.git pytest==8.0.1 twine==5.0.0 -wheel==0.42 +wheel==0.44.0 pre-commit==3.5.0;python_version<"3.9" pre-commit==3.6.2;python_version>="3.9" pytest-dotenv==0.5.2