From cb3b01c99de53d61391f4bd7c7714a84d097e7cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:46:41 +0000 Subject: [PATCH] chore: Update dbt-tests-adapter requirement from ~=1.6.3 to ~=1.6.4 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.4/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-core/compare/v1.6.3...v1.6.4) --- 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 096bc400..0ea51ffa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ autoflake~=1.7 black~=23.9 boto3-stubs[s3]~=1.28 -dbt-tests-adapter~=1.6.3 +dbt-tests-adapter~=1.6.4 flake8~=6.1 Flake8-pyproject~=1.2 isort~=5.11