From 66ad1a1ee34ccaa3686c97e4f4235a132eeed949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 06:38:12 +0000 Subject: [PATCH] Bump wheel from 0.44.0 to 0.45.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.44.0 to 0.45.1. - [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.44.0...0.45.1) --- 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 95ea0b6..3e2a7cb 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -5,7 +5,7 @@ git+https://github.com/dbt-labs/dbt-adapters.git#egg=dbt-adapters&subdirectory=d git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter pytest==8.0.1 twine==5.1.1 -wheel==0.44.0 +wheel==0.45.1 pre-commit==3.5.0;python_version<"3.9" pre-commit==3.8.0;python_version>="3.9" pytest-dotenv==0.5.2