From b9beaf6cfb778f90d6422421f48a17cdfcc1324f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:16:35 +0000 Subject: [PATCH] Update dbt-tests-adapter requirement from ~=1.6.9 to ~=1.7.8 Updates the requirements on [dbt-tests-adapter](https://github.com/dbt-labs/dbt-core) to permit the latest version. - [Release notes](https://github.com/dbt-labs/dbt-core/releases) - [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.7.8/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-core/compare/v1.6.9...v1.7.8) --- updated-dependencies: - dependency-name: dbt-tests-adapter 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 46483bfd..6b22270f 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -4,7 +4,7 @@ wheel==0.41.1 pre-commit==2.21.0;python_version<"3.8" pre-commit==3.3.3;python_version>="3.8" pytest-dotenv==0.5.2 -dbt-tests-adapter~=1.6.9 +dbt-tests-adapter~=1.7.8 aiohttp==3.8.3 azure-mgmt-synapse==2.0.0 flaky==3.7.0