From 1b449029f19b4fb367d182e35672b902c284ca3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:51:08 +0000 Subject: [PATCH] Bump wheel from 0.42.0 to 0.43.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.42.0 to 0.43.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.43.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 99b8b10..e273fc8 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -6,7 +6,7 @@ git+https://github.com/dbt-labs/dbt-adapters.git@4c289b150853b94beb67921f2a8dd20 pytest==8.0.1 twine==5.0.0 -wheel==0.42.0 +wheel==0.43.0 pre-commit==3.5.0;python_version<"3.9" pre-commit==3.6.2;python_version>="3.9" pytest-dotenv==0.5.2