From 4753688839c79bec2c8ae7ee11b7b2ff6f7dba22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:52:49 +0000 Subject: [PATCH] Update dbt-tests-adapter requirement from ~=1.7.4 to ~=1.7.5 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.5/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-core/compare/v1.7.4...v1.7.5) --- 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 d157a21..16b5ad8 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -3,7 +3,7 @@ twine==4.0.2 wheel==0.42 pre-commit==3.5.0 pytest-dotenv==0.5.2 -dbt-tests-adapter~=1.7.4 +dbt-tests-adapter~=1.7.5 flaky==3.7.0 pytest-xdist==3.5.0 -e .