From 353a088916bb2def20723870a99b68f11106300e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 03:30:05 +0000 Subject: [PATCH] Update dbt-tests-adapter requirement from <2.0,>=1.9.0 to >=1.19.7,<2.0 Updates the requirements on [dbt-tests-adapter](https://github.com/dbt-labs/dbt-adapters) to permit the latest version. - [Release notes](https://github.com/dbt-labs/dbt-adapters/releases) - [Changelog](https://github.com/dbt-labs/dbt-adapters/blob/main/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-adapters/commits) --- updated-dependencies: - dependency-name: dbt-tests-adapter dependency-version: 1.19.7 dependency-type: direct:development ... 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 239825e67..0aaceecda 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,5 +1,5 @@ -dbt-tests-adapter>=1.9.0,<2.0 +dbt-tests-adapter>=1.19.7,<2.0 ruff black==24.8.0