From f47669c8afbfe7c566861921e493ca06e4054443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 05:03:07 +0000 Subject: [PATCH] Update dbt-tests-adapter requirement from ~=1.6.5 to ~=1.6.6 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.6.6/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-core/compare/v1.6.5...v1.6.6) --- 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 ca62e6b6..8324ffaa 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -dbt-tests-adapter~=1.6.5 +dbt-tests-adapter~=1.6.6 mypy==1.5.1 # patch updates have historically introduced breaking changes pre-commit~=3.4 pytest~=7.4