From 18a24307e4cfcefc47cc4fd3ecd7cdac80d613d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:21:17 +0000 Subject: [PATCH] chore: Update dbt-tests-adapter requirement from ~=1.6.1 to ~=1.6.2 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.2/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-core/compare/v1.6.1...v1.6.2) --- 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 b0c01274..482b7511 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ autoflake~=1.7 black~=23.9 -dbt-tests-adapter~=1.6.1 +dbt-tests-adapter~=1.6.2 flake8~=6.1 Flake8-pyproject~=1.2 isort~=5.11